objective-gl ~master (2021-11-07T07:08:54.7393088)
Dub
Repo
Texture
objectivegl
core
OpenGL Texture Interfacing
abstract
class
Texture (
GLenum
TextureType
) {
protected
GLuint
id
;
this
();
~this
();
void
bind
();
class
Parameter
;
}
Constructors
this
this
()
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Classes
Parameter
class
Parameter
Undocumented in source.
Functions
bind
void
bind
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
id
GLuint
id
;
Undocumented in source.
Meta
Source
See Implementation
objectivegl
core
aliases
BlendFunc
classes
BlendFunctions
Buffer
GLDevice
ShaderProgram
Texture
Texture2D
UniformBuffer
UniformBufferFactory
VertexArray
enums
PixelFormat
ShaderType
structs
element
OpenGL Texture Interfacing