Skip to content

Instantly share code, notes, and snippets.

@alex-eg
Created November 6, 2016 19:01
Show Gist options
  • Select an option

  • Save alex-eg/d7c8dabba0647ee9de4d85e370c81f5a to your computer and use it in GitHub Desktop.

Select an option

Save alex-eg/d7c8dabba0647ee9de4d85e370c81f5a to your computer and use it in GitHub Desktop.
641 @0 glGenFramebuffers(n = 1, framebuffers = &0)
641: warning: no current context
642 @0 glBindFramebuffer(target = GL_FRAMEBUFFER, framebuffer = 0)
642: warning: no current context
643 @0 glFramebufferTexture2D(target = GL_FRAMEBUFFER, attachment = GL_COLOR_ATTACHMENT0, textarget = GL_TEXTURE_2D, texture = 0, level = 0)
643: warning: no current context
644 @0 glCheckFramebufferStatus(target = GL_FRAMEBUFFER) = GL_ZERO
644: warning: no current context
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment