Added shader object sample to the readme
This commit is contained in:
parent
8b200fc8f9
commit
eb904cf1be
1 changed files with 4 additions and 0 deletions
|
|
@ -451,6 +451,10 @@ Basic sample demonstrating how to use the mesh shading pipeline as a replacement
|
||||||
|
|
||||||
Basic sample showing how to use descriptor buffers to replace descriptor sets.
|
Basic sample showing how to use descriptor buffers to replace descriptor sets.
|
||||||
|
|
||||||
|
#### [Shader objects (VK_EXT_shader_object)](./examples/shaderobjects/)<br/>
|
||||||
|
|
||||||
|
Basic sample showing how to use shader objects that can be used to replace pipeline state objects. Instead of baking all state in a PSO, shaders are explicitly loaded and bound as separate objects and state is set using dynamic state extensions.
|
||||||
|
|
||||||
### Misc
|
### Misc
|
||||||
|
|
||||||
#### [Vulkan Gears](examples/gears/)
|
#### [Vulkan Gears](examples/gears/)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue