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

Are we missing VK_SUBPASS_EXTERNAL / Add support for hardcoded API constants #138

Closed
ioquatix opened this issue Oct 11, 2017 · 3 comments
Closed

Comments

@ioquatix
Copy link
Contributor

The function

SubpassDependency& setSrcSubpass( uint32_t srcSubpass_ )

can receive VK_SUBPASS_EXTERNAL but this is not defined in vulkan.hpp:

https://www.khronos.org/registry/vulkan/specs/1.0/man/html/VkSubpassDependency.html

Is this deliberate or is it missing?

@ghost
Copy link

ghost commented Oct 20, 2017

https://www.reddit.com/r/vulkan/comments/6u61bp/no_definition_for_vk_subpass_external_in_vulkanhpp/

@mtavenrath
Copy link
Contributor

Vulkan-Hpp is missing Vulkans hardcoded constants found in the 'API Constants' enum in the Vulkan registry. We'll try to add them soon.

@mtavenrath mtavenrath changed the title Are we missing VK_SUBPASS_EXTERNAL Are we missing VK_SUBPASS_EXTERNAL / Add support for hardcoded API constants Nov 24, 2017
@asuessenbach
Copy link
Contributor

We will not add those constants to the vulkan.hpp, as you don't get anything from it. You can just use the constants from vulkan.h.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants