diff --git a/README.md b/README.md index a3ec1fee..eb6acef3 100644 --- a/README.md +++ b/README.md @@ -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. +#### [Descriptor buffers (VK_EXT_descriptor_buffer)](./examples/descriptorbuffer/)
+ +Basic sample showing how to use descriptor buffers to replace descriptor sets. + ### Misc #### [Vulkan Gears](examples/gears/)