|
| NULLBufferInterface (size_t vboPoolIdx) |
|
| ~NULLBufferInterface () |
|
virtual void | _ensureDelayedImmutableBuffersAreReady (void) |
|
void | _firstUpload (const void *data, size_t elementStart, size_t elementCount) |
| Only use this function for the first upload. More...
|
|
virtual void | _notifyBuffer (BufferPacked *buffer) |
|
virtual void | advanceFrame (void) |
|
virtual void | copyTo (BufferInterface *dstBuffer, size_t dstOffsetBytes, size_t srcOffsetBytes, size_t sizeBytes) |
|
BufferPacked * | getBufferPacked (void) |
|
uint8 * | getNullDataPtr (void) |
|
size_t | getVboPoolIndex (void) |
|
virtual void *RESTRICT_ALIAS_RETURN | map (size_t elementStart, size_t elementCount, MappingState prevMappingState, bool advanceFrame=true) |
|
void | nullDataPtr () |
| will null the data ptr so it wont be freed on destruction More...
|
|
virtual void | regressFrame (void) |
|
virtual void | unmap (UnmapOptions unmapOption, size_t flushStartElem=0, size_t flushSizeElem=0) |
|
void | upload (const void *data, size_t elementStart, size_t elementCount) |
|
For GL3+, most (if not all) buffers, can be treated with the same code.
Hence most equivalent functionality is encapsulated here.