mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 14:48:17 -05:00
shader: Better interpolation and disabled attributes support
This commit is contained in:
@ -14,6 +14,7 @@ enum class AttributeType : u8 {
|
||||
Float,
|
||||
SignedInt,
|
||||
UnsignedInt,
|
||||
Disabled,
|
||||
};
|
||||
|
||||
struct Profile {
|
||||
|
Reference in New Issue
Block a user