khalladay / VulkanDemoProjects

Small Demo Projects for Vulkan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VulkanDemoProjects

Demo Projects for Vulkan

Demos:

  • Texture Arrays: demonstrates using an array of textures (not an array texture!), and selecting images from that array using a push constant

  • Uniform Buffer Arrays: demonstrates using a single vkbuffer to store data for different shaders' uniforms (all the same size, with different contents), and indexing into that vkBuffer using a push constant in the shaders

About

Small Demo Projects for Vulkan

License:MIT License


Languages

Language:C++ 96.7%Language:GLSL 1.8%Language:C 1.2%Language:Batchfile 0.2%