Vulkan-Headers icon indicating copy to clipboard operation
Vulkan-Headers copied to clipboard

Vulkan header files and API registry

Results 5 Vulkan-Headers issues
Sort by recently updated
recently updated
newest added

This makes the project more composable: It can be built and tested as part of a larger set of projects, from source.

@charles-lunarg I note in .github/workflows/ci.yml, it says > on: > push: > pull_request: > branches: > -main ISTM this is just causing CI to be run twice on every PR...

Some repo parse the `vk.xml` in PHP and the current `vulkan_object.py` won't work for them Need to create a way to get the base generator into a format that PHP...

enhancement

The Vulkan XML has various depends tags attached to requires block. This data is useful for generating command dependencies on extensions, but is not accessible in vulkan_object.py. For example, vkGetDeviceGroupSurfacePresentModes2EXT...

enhancement

I noticed that the bundled Vulkan SDK(1.3.275) in Android NDK(29.0.14206865) is vulkan-core and there is no CXX header, so I want to use this project as a git submodule at...