glsl: Implement some attribute getters and setters

This commit is contained in:
ameerj 2021-05-26 00:16:20 -04:00
parent c8b2a5a4f3
commit 32328acc39
10 changed files with 337 additions and 192 deletions

View file

@ -27,6 +27,8 @@ enum class Type : u32 {
F64,
U32x2,
F32x2,
U32x4,
F32x4,
Void,
};