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 - SDL_GL_BindTexture [patch]
Summary: SDL_GL_BindTexture [patch]
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: 2.0.0
Hardware: All All
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-20 08:34 UTC by Gabriel Jacobo
Modified: 2013-01-08 05:35 UTC (History)
0 users

See Also:


Attachments
GL_BindTexture and GL_UnbindTexture for GL/ES/ES2 (9.31 KB, patch)
2012-08-20 08:34 UTC, Gabriel Jacobo
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.