enum ShaderUniformDataType extended
This commit is contained in:
parent
2f1929b659
commit
f4b463b275
1 changed files with 4 additions and 0 deletions
|
|
@ -65,6 +65,10 @@ public enum ShaderUniformDataType
|
|||
IVec2,
|
||||
IVec3,
|
||||
IVec4,
|
||||
UInt,
|
||||
UIVec2,
|
||||
UIVec3,
|
||||
UIVec4,
|
||||
Sampler2D
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue