nw::demo::GraphicsMemoryAllocator::Allocate Member Function
void * Allocate(
GLenum area,
GLenum aim,
GLuint id,
GLsizei size
);
| Name | Description | |
|---|---|---|
| in | area | Area to allocate memory. |
| in | aim | Purpose for using memory. |
| in | id | Object name. |
| in | size |
Size to be allocated. |
Allocates graphics memory.
CONFIDENTIAL