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/