We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1d1029 commit c10f889Copy full SHA for c10f889
libs/vkd3d/device.c
@@ -7270,10 +7270,8 @@ static void d3d12_device_caps_init_feature_options11(struct d3d12_device *device
7270
static void d3d12_device_caps_init_feature_options12(struct d3d12_device *device)
7271
{
7272
D3D12_FEATURE_DATA_D3D12_OPTIONS12 *options12 = &device->d3d12_caps.options12;
7273
-
7274
- /* Exposing this without EnhancedBarrier is somewhat meaningless,
7275
- * but this allows us to implement the enhanced barrier API piecemeal. */
7276
options12->RelaxedFormatCastingSupported = TRUE;
+ options12->EnhancedBarriersSupported = TRUE;
7277
}
7278
7279
static void d3d12_device_caps_init_feature_options13(struct d3d12_device *device)
0 commit comments