mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 19:55:46 +00:00
shader: Better interpolation and disabled attributes support
This commit is contained in:
parent
96a54aeea8
commit
e6b3119910
9 changed files with 101 additions and 25 deletions
|
@ -14,6 +14,7 @@ enum class AttributeType : u8 {
|
|||
Float,
|
||||
SignedInt,
|
||||
UnsignedInt,
|
||||
Disabled,
|
||||
};
|
||||
|
||||
struct Profile {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue