nngxUpdateBuffer Function
void nngxUpdateBuffer(
const void * pBuffer,
size_t size
);
| Name | Description | |
|---|---|---|
| in | pBuffer | Pointer to the start of the buffer. |
| in | size | Buffer size. |
Applies to the graphics processor the updates that have been made to the contents of the vertex buffer and texture buffer in main memory.
For details, see the description of the corresponding C++ function nn::gx::CTR::UpdateBuffer.
CONFIDENTIAL