-
-
Save alex-eg/d7c8dabba0647ee9de4d85e370c81f5a to your computer and use it in GitHub Desktop.
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
| 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