This method load the texture

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
public void LoadGlTexture(
	string _path
)
Visual Basic (Declaration)
Public Sub LoadGlTexture ( _
	_path As String _
)
Visual C++
public:
void LoadGlTexture(
	String^ _path
)

Parameters

_path
Type: System..::.String
Texture path

See Also