DX9ToolsR4 - Created by: X

GeneralHelpers.SaveTextureState Method 

Saves the states of a Direct3D.TextureStates type to a file.

[Visual Basic]
Public Shared Sub SaveTextureState( _
   ByVal File As String, _
   ByVal Stage As Integer, _
   ByVal State As TextureState _
)
[C#]
public static void SaveTextureState(
   string File,
   int Stage,
   TextureState State
);

Parameters

File
The name of the file to save to.
Stage
The texture stage to be saved.
State
The Direct3D.TextureState type to save.

See Also

GeneralHelpers Class | CBX.Libs.DX9ToolsR4 Namespace