DX9ToolsR4 - Created by: X

GeneralHelpers.SaveTextureStates Method 

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

[Visual Basic]
Public Shared Sub SaveTextureStates( _
   ByVal File As String, _
   ByVal States As TextureStates _
)
[C#]
public static void SaveTextureStates(
   string File,
   TextureStates States
);

Parameters

File
The name of the file to save to.
States
A reference to a Direct3D.TextureStates type.

See Also

GeneralHelpers Class | CBX.Libs.DX9ToolsR4 Namespace