Texture::ApplyTexture

Texture::ApplyTexture
virtual void ApplyTexture(unsigned stage, const ImageFillMode& fillMode);
Description

Applies a texture to the texturing pipeline. The stageIndex indicates which stage the texture should be applied to, its exact meaning is platform-specific. The fm parameter determines the texture modes that the texture should be applied with.

Parameters
Parameters 
Description 
stageIndex 
Indicates which stage the texture should be applied to, its exact meaning is platform-specific. 
fm 
Determines the texture modes that the texture should be applied with.