DX9ToolsR4 - Created by: X

TextureStage Enumeration

TextureStage allows for a name based indexing of the d3d texture stage pipe lines.

[Visual Basic]
Public Enum TextureStage
[C#]
public enum TextureStage

Members

Member NameDescription
Base Returns an index to the base map texture stage.
Bump Returns an index to the bump map texture stage.
Environment Returns an index to the environment map texture stage.
Texture0 Returns an index to texture stage 0.
Texture1 Returns an index to texture stage 1.
Texture2 Returns an index to texture stage 2.
Texture3 Returns an index to texture stage 3.
Texture4 Returns an index to texture stage 4.
Texture5 Returns an index to texture stage 5.
Texture6 Returns an index to texture stage 6.
Texture7 Returns an index to texture stage 7.

Requirements

Namespace: CBX.Libs.DX9ToolsR4

Assembly: DX9ToolsR4 (in DX9ToolsR4.dll)

See Also

CBX.Libs.DX9ToolsR4 Namespace