virtual void TextureReference(Render::Texture* ptexture) = 0;
TextureReference is called when a texture is set in the pipeline to be used for rendering.
Parameters |
Description |
Render::Texture* ptexture |
Texture that is set in the pipeline. |