This class represents a rectangular texture

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

Syntax

C#
[SerializableAttribute]
public class Texture : Model
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class Texture _
	Inherits Model
Visual C++
[SerializableAttribute]
public ref class Texture : public Model

Inheritance Hierarchy

System..::.Object
  GLSV..::.Model
    GLSV..::.Texture

See Also