HardwareShaderAvailable Property

Summary

Gets the value that indicates whether the hardware shader is supported by the current hardware.

Syntax
C#
VB
C++
public static bool HardwareShaderAvailable { get; } 
  
Public Shared ReadOnly Property HardwareShaderAvailable As Boolean 
public: 
static property bool HardwareShaderAvailable { 
   bool get(); 
} 

Property Value

true if the hardware shader is available; otherwise, false.

Remarks

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.

Example

For an example refer to BlendingAvailable

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly