View on GitHub

Vulkan-Samples

based on Khronos Vulkan-Samples

Mesh shading

This code sample demonstrates how to create the absolute most basic mesh shading example. It creates a single triangle in a mesh shader. There is no vertex shader, there is only a mesh shader and a fragment shader.