Skip to content

Commit

Permalink
Another hack attempt.
Browse files Browse the repository at this point in the history
  • Loading branch information
HansKristian-Work committed Jan 28, 2025
1 parent 9deb79e commit 388c82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/vkd3d/device.c
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ static const struct vkd3d_shader_quirk_info gzw_quirks = {

/* Apparently some meshlets may try to allocate too many vertices/primitives. */
static const struct vkd3d_shader_quirk_info rebirth_quirks = {
NULL, 0, VKD3D_SHADER_QUIRK_MESH_OUTPUT_ROBUSTNESS,
NULL, 0, VKD3D_SHADER_QUIRK_MESH_OUTPUT_ROBUSTNESS | VKD3D_SHADER_QUIRK_DESCRIPTOR_HEAP_ROBUSTNESS,
};

static const struct vkd3d_shader_quirk_meta application_shader_quirks[] = {
Expand Down

0 comments on commit 388c82c

Please sign in to comment.