Implement array types

Change-Id: I1b83f21ea2aeaa4b9f5934aadcb69d4a1c1fea20
This commit is contained in:
Jason Sams
2015-02-06 17:45:15 -08:00
parent 1269ff9610
commit 46ba27e3fd
5 changed files with 264 additions and 85 deletions

View File

@@ -58,15 +58,13 @@ public class Allocation extends BaseObj {
Allocation mAdaptedAllocation;
int mSize;
boolean mConstrainedLOD;
boolean mConstrainedFace;
boolean mConstrainedY;
boolean mConstrainedZ;
boolean mReadAllowed = true;
boolean mWriteAllowed = true;
int mSelectedX;
int mSelectedY;
int mSelectedZ;
int mSelectedLOD;
int mSelectedArray[];
Type.CubemapFace mSelectedFace = Type.CubemapFace.POSITIVE_X;
int mCurrentDimX;