nw::gfx::res::ResShadowTexture::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 texture image already deployed in memory.
SetLocationAddress ( const void * )

Description of SetLocationAddress ( u32 )

This is set before calling Setup. If both LocationFlag and Location address have been set, LocationAddress is given priority and LocationFlag is ignored. Textures are not copied with LocationAddress. Transfer separate images using nngxAddVramDmaCommand or other function.

Description of SetLocationAddress ( const void * )


CONFIDENTIAL