Skip to content

Support VK_EXT_extended_dynamic_state #224

@ghost

Description

Looking at the DirectX 12 code, and knowing the recent Vulkan API extension, there is an idea to remap some Vulkan API solutions from the VK_EXT_extended_dynamic_state extensions to similar DirectX 12 functions.

Some possible mappings:

  • vkCmdSetPrimitiveTopologyEXT => IASetPrimitiveTopology
  • vkCmdBindVertexBuffers2EXT => IASetVertexBuffers (bit tricky)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions