mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-20 02:53:57 +00: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