Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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