Overv / VulkanTutorial

Tutorial for the Vulkan graphics and compute API
https://vulkan-tutorial.com
Creative Commons Attribution Share Alike 4.0 International
3.12k stars 513 forks source link

Push constants are referenced, but never discussed #156

Open jbsolomon opened 4 years ago

jbsolomon commented 4 years ago

The guide mentions push constants in "Graphics pipeline basics" and "Descriptor layout and buffer", but they are never discussed in the guide as far as I can find with search. This is a bit disappointing.