#include <renderer/YiBufferObject.h>
| CYIBufferObject::CYIBufferObject |
( |
| ) |
|
| virtual CYIBufferObject::~CYIBufferObject |
( |
| ) |
|
|
virtual |
| virtual void* CYIBufferObject::Map |
( |
| ) |
|
|
virtual |
Map the GPU data directly and returns a pointer to it. Unmap has to be called before that buffer can be used by the GPU again.
| virtual void CYIBufferObject::Unmap |
( |
uint32_t |
uSize | ) |
|
|
virtual |
Unmaps the data and uploads it to the GPU.
- Parameters
-
| uSize | Size of the sub data to update |
The documentation for this class was generated from the following file: