Parameters struct
Result of a memory request, locating a sub-range within a buffer object.
Constructors, destructors, conversion operators
Public variables
- GLBufferObject* object
- Buffer object the memory belongs to.
-
std::
uint32_t size - Size of the reserved region in bytes.
-
std::
uint32_t offset - Offset of the reserved region within the buffer object.
- GLubyte* mapBase
- Base pointer of the mapped (or host) buffer memory.