mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-16 01:08:54 -05:00
glsl: Implement some attribute getters and setters
This commit is contained in:
@ -27,6 +27,8 @@ enum class Type : u32 {
|
||||
F64,
|
||||
U32x2,
|
||||
F32x2,
|
||||
U32x4,
|
||||
F32x4,
|
||||
Void,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user