GraphicsBuffer

Undocumented in source.

Constructors

this
this(size_t size)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

update
void update(ptrdiff_t offset, ptrdiff_t size, void* data)

Updates a subset of a buffer object's data store.

Properties

id
uint id [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
internalType
uint internalType [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
size
size_t size [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
type
BufferType type [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

m_id
uint m_id;
Undocumented in source.
m_internalType
uint m_internalType;
Undocumented in source.
m_name
string m_name;
Undocumented in source.
m_size
size_t m_size;
Undocumented in source.
m_type
BufferType m_type;
Undocumented in source.

Meta