This topic has not yet been rated - Rate this topic

accelerator_restriction Enumeration

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Specifies accelerator restrictions.

enum class accelerator_restriction : unsigned int
{
    none = 0,
    direct3d = (1 << 0),
    double_precision = (1 << 1),
};

Values

Name

Description

none

No restrictions on the device.

direct3d

The device complies with the acceleration model of Microsoft Direct3D 11 or later.

double_precision

The device supports double-precision floating-point.

Header: amprt.h

Namespace: Concurrency

Did you find this helpful?
(1500 characters remaining)