Shader Properties

SFML.Net

Shader Properties

The Shader type exposes the following members.

Properties
  Name Description
Public property CPointer
Access to the internal pointer of the object. For internal use only
(Inherited from ObjectBase.)
Public property Static member IsAvailable
Tell whether or not the system supports shaders. This property should always be checked before using the shader features. If it returns false, then any attempt to use Shader will fail.
Top
See Also