Gets all shaders that are part of this program. The client must not change the data.

Namespace: HighGL
Assembly: HighGL (in HighGL.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Shader[] Shaders { get; }
Visual Basic
Public ReadOnly Property Shaders As Shader()
	Get
Visual C++
public:
property array<Shader^>^ Shaders {
	array<Shader^>^ get ();
}

Exceptions

ExceptionCondition
System..::..ObjectDisposedExceptionIf this object was disposed.

See Also