Vulkan-Samples icon indicating copy to clipboard operation
Vulkan-Samples copied to clipboard

mesh shader example

Open xvde110 opened this issue 5 years ago • 2 comments

could you add an example to show how to use mesh shader,thanks a lot

xvde110 avatar Oct 22 '20 02:10 xvde110

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.

marty-johnson59 avatar Oct 27 '20 18:10 marty-johnson59

Also please add HLSL for this example

Andreyogld3d avatar Sep 28 '21 07:09 Andreyogld3d

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.

SaschaWillems avatar Apr 21 '23 14:04 SaschaWillems