RenderWare V2.1

Previous Page Index Next Page

RwTexture *

RwAddTextureToDict(char *texturename, RwTexture *texture);

Description

Inserts a texture into the current dictionary.

Arguments

name Name to be given to the texture.

texture Texture to be placed in the dictionary.

Return Value

texture on success, NULL otherwise.

Comments

The texture cannot already be in a texture dictionary.

See Also

RwCreateTexture()

RwDestroyTexture()

RwForAllNamedTextures()

RwGetError()

RwGetNamedTexture()

RwReadNamedTexture()

RwReadTexture()

RwSetMaterialTexture()

RwSetPolygonTexture()

RwSetTextureDictSearchMode()

RwTextureDictBegin()

RwTextureDictEnd()