DX9ToolsR4 - Created by: X

GeneralHelpers.LoadTextureState Method 

Loads the states of a Direct3D.TextureStates type from a file.

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

Parameters

File
The name of the file to load from.
Stage
The texture stage to be loaded.

Return Value

Returns a Direct3D.TextureState type.

See Also

GeneralHelpers Class | CBX.Libs.DX9ToolsR4 Namespace