void operator()(
nw::gfx::ResTexture resTexture
) const;
void operator()(
nw::gfx::ResIndexStream resIndexStream
) const;
void operator()(
nw::gfx::ResVertexStreamBase resVertexStream
) const;
| 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. |
Sets the VRAM address for texture image data.
Sets the VRAM address for index stream data.
Sets the VRAM address for vertext stream data.
CONFIDENTIAL