Added Texture2DArray and Texture3DArray.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8157 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
911fc1409d
commit
b34a3c02e1
@ -54,7 +54,9 @@ public enum VarType {
|
||||
|
||||
TextureBuffer(false,true),
|
||||
Texture2D(false,true),
|
||||
Texture2DArray(false,true),
|
||||
Texture3D(false,true),
|
||||
Texture3DArray(false,true),
|
||||
TextureArray(false,true),
|
||||
TextureCubeMap(false,true),
|
||||
Int;
|
||||
|
Loading…
x
Reference in New Issue
Block a user