Skip to content

Validation errors in extended dynamic state2 sample #1408

@SaschaWillems

Description

@SaschaWillems

While working on #1406 I noticed that the extended dynamic state2 sample displays the following validation errors with a recent SDK:

[error] 853490033 - UNASSIGNED-Draw-primitiveTopologyPatchListRestart: vkCmdDrawIndexed(): the last call to vkCmdSetPrimitiveTopology is VK_PRIMITIVE_TOPOLOGY_PATCH_LIST, the primitiveTopologyPatchListRestart feature was not enabled, but vkCmdSetPrimitiveRestartEnable last set primitiveRestartEnable to VK_TRUE.

[error] 853490033 - UNASSIGNED-Draw-primitiveTopologyPatchListRestart: vkCmdDrawIndexed(): the last call to vkCmdSetPrimitiveTopology is VK_PRIMITIVE_TOPOLOGY_PATCH_LIST, the primitiveTopologyPatchListRestart feature was not enabled, but vkCmdSetPrimitiveRestartEnable last set primitiveRestartEnable to VK_TRUE.

[error] 853490033 - UNASSIGNED-Draw-primitiveTopologyPatchListRestart: vkCmdDrawIndexed(): the last call to vkCmdSetPrimitiveTopology is VK_PRIMITIVE_TOPOLOGY_PATCH_LIST, the primitiveTopologyPatchListRestart feature was not enabled, but vkCmdSetPrimitiveRestartEnable last set primitiveRestartEnable to VK_TRUE.

They're repeated multiple times.

We need to fix those.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions