am 2a3cdf57: Merge "Implement array types"
automerge: 6e0ad25
* commit '6e0ad25ca8def88a48c9cc6436b12da7ff4600c2':
Implement array types
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user