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),
};