Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support VK_EXT_extended_dynamic_state #224

Open
ghost opened this issue Sep 21, 2020 · 0 comments
Open

Support VK_EXT_extended_dynamic_state #224

ghost opened this issue Sep 21, 2020 · 0 comments

Comments

@ghost
Copy link

ghost commented Sep 21, 2020

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant