Khronos has released three new samples for Vulkan. They include:
- Usage of the VK_EXT_conditional_rendering extension for conditionally toggling the visibility of sub-meshes of a complex glTF model. View Sample
- A transcoded version of the API sample Terrain Tessellation that illustrates the usage of the C++ bindings of vulkan provided by vulkan.hpp. View Sample
- A transcoded version of the API sample Compute N-Body that illustrates the usage of the C++ bindings of vulkan provided by vulkan.hpp. View Sample