Vulkan-Samples
Vulkan-Samples copied to clipboard
mesh shader example
could you add an example to show how to use mesh shader,thanks a lot
Thanks for the suggestion. Mesh shader example has been added to the list of samples for future consideration. In the meantime, NVIDIA has a nice example on Github here: https://github.com/nvpro-samples/gl_vk_meshlet_cadscene. You can also find examples on Geeks3D.
Also please add HLSL for this example
We now have a mesh shading example, and another one doing mesh shader culling is in the works (see #624).
HLSL support is also being worked on, but will require large changes to the framework.