is_timeout_disabled Function

Returns a boolean flag indicating if timeout is disabled for the specified accelerator_view. This corresponds to the D3D11_CREATE_DEVICE_DISABLE_GPU_TIMEOUT flag for Direct3D device creation.

bool __cdecl is_timeout_disabled(
   const accelerator_view& _Accelerator_view
);

Parameters

  • _Accelerator_view
    The accelerator_view for which the timeout disabled setting is to be queried.

Return Value

A boolean flag indicating if timeout is disabled for the specified accelerator_view.

Requirements

Header: amprt.h

Namespace: concurrency::direct3d

See Also

Reference

Concurrency::direct3d Namespace