Skip to content

Commit

Permalink
Added new sample to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaWillems committed Jun 20, 2024
1 parent 8317c16 commit 73a95d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,10 @@ Basic sample showing how to use descriptor buffers to replace descriptor sets.

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. The sample also stores binary shader objets and loads them on consecutive runs.

#### [Host image copy (VK_EXT_host_image_copy)](./examples/hostimagecopy/)<br/>

Shows how to do host image copies, which heavily simplify the host to device image process by fully skipping the staging process.

### Misc

#### [Vulkan Gears](examples/gears/)
Expand Down

0 comments on commit 73a95d4

Please sign in to comment.