Added Texture2DArray and Texture3DArray.

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8157 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
dan..om 2011-09-03 10:26:55 +00:00
parent 911fc1409d
commit b34a3c02e1

View File

@ -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;