* Add glReadPixels to GLTracer

This commit is contained in:
shadowislord 2015-01-31 12:49:38 -05:00
parent 86dbade689
commit 13e9cdc201

View File

@ -73,6 +73,7 @@ public final class GLTracer implements InvocationHandler {
noEnumArgs("glTexSubImage3D", 1, 2, 3, 4, 5, 6, 7);
noEnumArgs("glCompressedTexSubImage3D", 1, 2, 3, 4, 5, 6, 7);
noEnumArgs("glDeleteTextures", 0);
noEnumArgs("glReadPixels", 0, 1, 2, 3);
noEnumArgs("glBindBuffer", 1);
noEnumArgs("glEnableVertexAttribArray", 0);