Skip to content

Commit e14ac8c

Browse files
layers: Fix primitiveTopologyPatchListRestart typo
1 parent e7e6123 commit e14ac8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layers/core_checks/cc_cmd_buffer_dynamic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1132,7 +1132,7 @@ bool CoreChecks::ValidateDrawDynamicStateVertex(const LastBound& last_bound_stat
11321132
// VUID being added in https://gitlab.khronos.org/vulkan/vulkan/-/merge_requests/7501
11331133
skip |= LogError(
11341134
"UNASSIGNED-Draw-primitiveTopologyPatchListRestart", cb_state.Handle(), vuid.loc(),
1135-
"%s is VK_PRIMITIVE_TOPOLOGY_PATCH_LIST, the primitiveTopologyListRestart feature was not enabled, but "
1135+
"%s is VK_PRIMITIVE_TOPOLOGY_PATCH_LIST, the primitiveTopologyPatchListRestart feature was not enabled, but "
11361136
"vkCmdSetPrimitiveRestartEnable last set primitiveRestartEnable to VK_TRUE.",
11371137
last_bound_state.DescribeVertexInputAssemblerTopology().c_str());
11381138
}

0 commit comments

Comments
 (0)