Home -> IVertexBuffer -> AllocateMemoryWithAlias

Description

The AllocateMemoryWithAlias method attempts to allocate memory for the buffer, and alias it with an ITexelArray.

Usage

SuccessToken AllocateMemoryWithAlias(ITexelArray* texelArray);

Argument list

texelArray [ITexelArray*]
The texel array to alias with the allocated buffer memory.

Return value

[SuccessToken]
True if the operation succeeded, false otherwise. An assertion will be raised in debug builds if the result is not tested.

See also