Updated readme

This commit is contained in:
Sascha Willems 2022-12-20 07:21:17 +01:00
parent 86b5a1109b
commit c01e8ac14d

View file

@ -443,6 +443,10 @@ Uses the graphics pipeline library extensions to improve run-time pipeline creat
Basic sample demonstrating how to use the mesh shading pipeline as a replacement for the traditional vertex pipeline. Basic sample demonstrating how to use the mesh shading pipeline as a replacement for the traditional vertex pipeline.
#### [Descriptor buffers (VK_EXT_descriptor_buffer)](./examples/descriptorbuffer/)<br/>
Basic sample showing how to use descriptor buffers to replace descriptor sets.
### Misc ### Misc
#### [Vulkan Gears](examples/gears/) #### [Vulkan Gears](examples/gears/)