Shader.IsAvailable Property

SFML.Net

ShaderIsAvailable Property
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.

Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public static bool IsAvailable { get; }
Public Shared ReadOnly Property IsAvailable As Boolean
	Get
public:
static property bool IsAvailable {
	bool get ();
}
static member IsAvailable : bool with get

Property Value

Type: Boolean
See Also