gfm v1.1.3 (2014-06-18T21:14:08Z)
Home
Dub
Repo
TextureUnit
gfm
opengl
textureunit
Cache state of a single OpenGL texture unit.
final
class
TextureUnit {
enum
UNKNOWN_BINDING
;
void
bind
(GLenum target, GLuint texture);
}
Members
Functions
bind
void
bind
(GLenum target, GLuint texture)
Binds this texture unit lazily.
Manifest constants
UNKNOWN_BINDING
enum
UNKNOWN_BINDING
;
Undocumented in source.
Meta
Source
See Implementation
gfm
opengl
textureunit
classes
TextureUnit
TextureUnits
Cache state of a single OpenGL texture unit.