nw::gfx::res::ResCubeTexture::SetLocationAddress Member Function

Syntax

void SetLocationAddress(
     CubeFace face,
     u32 address
);

void SetLocationAddress(
     CubeFace face,
     const void * address
);

List of Overloaded Member Functions

SetLocationAddress ( CubeFace, u32 ) Sets the address of the texture image already deployed in memory.
SetLocationAddress ( CubeFace, const void * )

Description of SetLocationAddress ( CubeFace, u32 )

This is set before calling Setup. Textures are not copied with LocationAddress. Transfer separate images using nngxAddVramDmaCommand or other function.

Description of SetLocationAddress ( CubeFace, const void * )


CONFIDENTIAL