DX9ToolsR4 - Created by: X

GeneralHelpers.RemoveTextureIndexes Method 

Sets all of the texture indexs for all the texture stages to -1.

[Visual Basic]
Public Shared Sub RemoveTextureIndexes( _
   ByVal Mat As MaterialTextureCombo _
)
[C#]
public static void RemoveTextureIndexes(
   MaterialTextureCombo Mat
);

Parameters

Mat
A MaterialTextureCombo type representing the material to clear.

See Also

GeneralHelpers Class | CBX.Libs.DX9ToolsR4 Namespace