objective-gl ~master (2021-11-07T07:08:54.7393088)
Dub
Repo
Buffer
objectivegl
core
OpenGL Buffer Object Interfacing
abstract
class
Buffer (
GLenum
BufferType
) {
protected
GLuint
id
;
this
(GLuint buffer);
~this
();
static
auto
newOne
(BufferDataT* ptr, GLenum usage);
}
Constructors
this
this
(GLuint buffer)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Static functions
newOne
auto
newOne
(BufferDataT* ptr, GLenum usage)
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 Buffer Object Interfacing