TextureCache::TextureReference

TextureCache::TextureReference
virtual void TextureReference(Render::Texture* ptexture) = 0;
Description

TextureReference is called when a texture is set in the pipeline to be used for rendering.

Parameters
Parameters 
Description 
Render::Texture* ptexture 
Texture that is set in the pipeline.