ScnLib_IsGPUAccelerationEnabled()

ScnLib_IsGPUAccelerationEnabled()

Std EditionPro EditionMax EditionUltra Edition
C++ __declspec(dllimport) BOOL __stdcall ScnLib_IsGPUAccelerationEnabled(void);
C# [DllImport("ScnLib.dll")] public static extern bool ScnLib_IsGPUAccelerationEnabled();
Basic Public Declare Function ScnLib_IsGPUAccelerationEnabled Lib "ScnLib.dll" () As Boolean
Delphi function ScnLib_IsGPUAccelerationEnabled(): LongBool; stdcall; external 'ScnLib.dll';
  • Description
    Check whether the GPU acceleration feature is currently active.

  • Parameters
    None.

  • Return Value
    If the GPU acceleration feature is currently active, the return value is TRUE. Otherwise, the return value is FALSE.

  • Remarks
    Use this function to check whether the GPU acceleration feature is currently active.

  • See Also
    ScnLib_EnableGPUAcceleration()

Try the SDK for FREE SDK APIs overview