nw::gfx::res::ResPixelBasedImage::SetLocationAddress Member Function

Syntax

void SetLocationAddress(
     u32 address
);
void SetLocationAddress(
     const void * address
);

List of Overloaded Member Functions

SetLocationAddress ( u32 ) Sets the address of the copied texture.
SetLocationAddress ( const void * )

Description of SetLocationAddress ( u32 )

Set this address before using Setup because after Setup the address is stored in a TextureMapper command.

Description of SetLocationAddress ( const void * )


CONFIDENTIAL