summaryrefslogtreecommitdiffstats
path: root/eclipse
diff options
context:
space:
mode:
Diffstat (limited to 'eclipse')
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/GLState.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/GLState.java b/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/GLState.java
index 6230586..04ce676 100644
--- a/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/GLState.java
+++ b/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/GLState.java
@@ -23,10 +23,10 @@ import java.util.Collections;
public class GLState {
/** # of texture units modeled in the GL State. */
- public static final int TEXTURE_UNIT_COUNT = 16;
+ public static final int TEXTURE_UNIT_COUNT = 32;
/** # of vertex attributes */
- private static final int MAX_VERTEX_ATTRIBS = 8;
+ private static final int MAX_VERTEX_ATTRIBS = 16;
private static GLState sGLState = new GLState();