class ResPixelBasedTextureMapper : public nw::gfx::res::ResTextureMapper
Binary resource class for mapping textures to meshes using image data.
| ResPixelBasedTextureMapper | Constructor. | |
|---|---|---|
| ptr | Gets a pointer to actual data. | |
| ref | Gets the reference to the actual data. | |
operator ==
|
||
operator !=
|
||
| NW_DEPRECATED_FUNCTION | Sets a texture sampler to a texture mapper. After setting the texture sampler, it will generate a command. | |
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.(Inherited from ResCommonBase. |
|
| S | GetClassName |
nw::ut::ResCommonBase
nw::ut::ResCommon
nw::gfx::res::ResTextureMapper
nw::gfx::res::ResPixelBasedTextureMapper
CONFIDENTIAL