pp v0.0.52 (2019-04-12T13:41:01Z)
Dub
Repo
GLObject
polyplex
core
render
gl
gloo
Undocumented in source.
@
nogc
abstract
class
GLObject {
GLuint
Id
();
void
Bind
();
void
Bind
(GLenum target);
void
Unbind
();
}
Members
Functions
Bind
void
Bind
()
Binds the object with default type
Bind
void
Bind
(GLenum target)
Binds the object
Id
GLuint
Id
()
Undocumented in source. Be warned that the author may not have intended to support it.
Unbind
void
Unbind
()
Unbinds the object
Meta
Source
See Implementation
polyplex
core
render
gl
gloo
classes
Buffer
Framebuffer
GL
GLObject
Renderbuffer
Sampler
Texture
VertexArray
enums
BufferType
BufferUsage
Capability
FramebufferType
ObjectClass
TextureParameter
TextureType