Created
April 13, 2015 06:53
-
-
Save djg/7140c17b7f1fa8e8110e to your computer and use it in GitHub Desktop.
That doesn't seem right...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ninja && ./xfb | |
[2/2] clang++ xfb.o deRandom.o gl3w.o -o xfb -lglfw3 -framework Cocoa -framework OpenGL -framework IOKit -framework CoreVideo | |
glDrawArrays(0x0000, 0, 64) | |
pauseTransformFeedback | |
glDrawArrays(0x0000, 64, 64) | |
resumeTransformFeedback | |
glDrawArrays(0x0000, 128, 64) | |
GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN = 64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment