nw::demo::GraphicsMemoryAllocator::Allocate Member Function

Syntax

void * Allocate(
     GLenum area,
     GLenum aim,
     GLuint id,
     GLsizei size
);

Arguments

Name Description
in area Area to allocate memory.
in aim Purpose for using memory.
in id Object name.
in size Size to be allocated.

Return Values

Returns the address of allocated memory.

Description

Allocates graphics memory.


CONFIDENTIAL