Skip to content

Commit

Permalink
vkd3d: Expose render pass support.
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Rebohle <[email protected]>
  • Loading branch information
doitsujin committed Jan 8, 2024
1 parent fed39fc commit e5742b6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions libs/vkd3d/device.c
Original file line number Diff line number Diff line change
Expand Up @@ -7566,9 +7566,7 @@ static void d3d12_device_caps_init_feature_options17(struct d3d12_device *device
static void d3d12_device_caps_init_feature_options18(struct d3d12_device *device)
{
D3D12_FEATURE_DATA_D3D12_OPTIONS18 *options18 = &device->d3d12_caps.options18;

/* We don't currently support render passes at all */
options18->RenderPassesValid = FALSE;
options18->RenderPassesValid = TRUE;
}

static void d3d12_device_caps_init_feature_options19(struct d3d12_device *device)
Expand Down

0 comments on commit e5742b6

Please sign in to comment.