D2D1_FEATURE_DATA_DOUBLES

<summary> Indicates whether shader support for doubles is present on the underlying hardware. This may be populated using CheckFeatureSupport. </summary>

struct D2D1_FEATURE_DATA_DOUBLES {
BOOL doublePrecisionFloatShaderOps;
}

Meta