nw::demo::DeallocateGraphicsMemory Function
void * AllocateGraphicsMemory(
GLenum area,
GLenum aim,
GLuint id,
void * addr
);
| Name | Description | |
|---|---|---|
| in | area | Target area information. |
| in | aim | Target requesting memory. |
| in | id | The GL object ID requesting memory. |
| addr | ||
| in | size |
The memory size. |
The allocation function for GL and VRAM.
CONFIDENTIAL