We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 1576

Summary: SDL_GL_BindTexture [patch]
Product: SDL Reporter: Gabriel Jacobo <gabomdq>
Component: videoAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: 2.0.0   
Hardware: All   
OS: All   
Attachments: GL_BindTexture and GL_UnbindTexture for GL/ES/ES2

Description Gabriel Jacobo 2012-08-20 08:34:13 UTC
Created attachment 933 [details]
GL_BindTexture and GL_UnbindTexture for GL/ES/ES2

The attached patch implements SDL_GL_BindTexture and SDL_GL_UnbindTexture.
Tested for OpenGL, I'm in the process of testing it under ES and ES2
Comment 1 Gabriel Jacobo 2013-01-08 05:35:00 UTC
This was incorporated some time ago.