Vulkan Basic Mesh Shader Sample Code
added on 2023/03/15 @ 19:17:46 | 2862 views| category: programming

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.

An introduction to mesh shaders is available here:
https://www.geeks3d.com/20200519/introduction-to-mesh-shaders-opengl-and-vulkan/

tags: #vulkan #mesh shader