Visual Basic (Declaration) | |
---|---|
Public Shared ReadOnly Property HardwareShaderAvailable As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim value As Boolean value = Medical3DEngine.HardwareShaderAvailable |
C# | |
---|---|
public static bool HardwareShaderAvailable {get;} |
Property Value
true if the hardware shader is available; otherwise, false.For an example refer to BlendingAvailable
If the hardware shader is not supported by the current hardware, the program will attempt to use the software shader but, rendering will be much slower.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7