nw::gfx::res::TransferedVramAddressSetter::operator() Member Function

Syntax

void operator()(
     nw::gfx::ResTexture resTexture
) const;
void operator()(
     nw::gfx::ResIndexStream resIndexStream
) const;
void operator()(
     nw::gfx::ResVertexStreamBase resVertexStream
) const;

List of Overloaded Member Functions

operator() ( nw::gfx::ResTexture ) Sets the VRAM address for texture image data.
operator() ( nw::gfx::ResIndexStream ) Sets the VRAM address for index stream data.
operator() ( nw::gfx::ResVertexStreamBase ) Sets the VRAM address for vertext stream data.

Description of operator() ( nw::gfx::ResTexture )

Sets the VRAM address for texture image data.

Description of operator() ( nw::gfx::ResIndexStream )

Sets the VRAM address for index stream data.

Description of operator() ( nw::gfx::ResVertexStreamBase )

Sets the VRAM address for vertext stream data.


CONFIDENTIAL