nw::gfx::res::ResPixelBasedTextureMapper Class

Syntax

class ResPixelBasedTextureMapper : public nw::gfx::res::ResTextureMapper

Description

Binary resource class for mapping textures to meshes using image data.

Member Functions

ResPixelBasedTextureMapper Constructor.
ptr Gets a pointer to actual data.
ref Gets the reference to the actual data.
operator==
operator!=
GetSampler Gets a texture sampler from a texture mapper.
GetCommandCache Gets the command cache.
GetCommandSizeToSend Gets the command size to send.
SetCommandSizeToSend Sets the command size to send.
IsCommandReady Checks whether the commands for texture settings have already been set.
ResetCommand Resets the bindings between a texture and a command for texture settings.
SetTexture Sets a texture to a texture mapper. After setting the texture, it will generate a command.(Inherited from ResTextureMapper.
GetTexture Gets a texture from a texture mapper.(Inherited from ResTextureMapper.
Setup Initializes a resource.(Inherited from ResTextureMapper.
Cleanup Cleans up a resource.(Inherited from ResTextureMapper.
CloneDynamic Clones a texture mapper from a resource.(Inherited from ResTextureMapper.
GetMemorySizeForClone Gets the memory size required at time of cloning.(Inherited from ResTextureMapper.
DestroyDynamic Destroys a ResTextureMapper resource.(Inherited from ResTextureMapper.
GetTypeInfo Gets the type information for the resource.(Inherited from ResTextureMapper.
IsValid Determines whether a pointer to a resource is null.(Derived from ResCommonBase.)
S GetClassName

Class Hierarchy

nw::ut::ResCommonBase
  nw::ut::ResCommon
    nw::gfx::res::ResTextureMapper
      nw::gfx::res::ResPixelBasedTextureMapper


CONFIDENTIAL