nw::demo::GraphicsMemoryAllocator::Deallocate Member Function
void Deallocate(
GLenum area,
GLenum aim,
GLuint id,
void * addr
);
| Name | Description | |
|---|---|---|
| in | area | Memory area to free. |
| in | aim | Purpose for using memory. |
| in | id | Object name. |
| in | addr | Address to free. |
Frees graphics memory.
CONFIDENTIAL