Skip to content

Instantly share code, notes, and snippets.

@djg
Created April 13, 2015 06:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save djg/7140c17b7f1fa8e8110e to your computer and use it in GitHub Desktop.
Save djg/7140c17b7f1fa8e8110e to your computer and use it in GitHub Desktop.
That doesn't seem right...
$ 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