Announcement

Collapse
No announcement yet.

Vulkan 1.3.226 Released With Mesh Shader Extension

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Vulkan 1.3.226 Released With Mesh Shader Extension

    Phoronix: Vulkan 1.3.226 Released With Mesh Shader Extension

    Vulkan 1.3.226 is out this morning and to much excitement adds the VK_EXT_mesh_shader extension as cross-vendor functionality for mesh shaders!..

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    This bit is interesting:

    It is important to note, that while portability between APIs can be achieved, portability in performance among vendors is much harder. This is one of the reasons why this extension has not been released as a ratified KHR extension and Khronos continues to investigate improvements to geometry rasterization.
    Venemo

    Do You already have a feeling for the possible performance of mesh shaders with RADV on RDNA2 hardware?

    Comment


    • #3
      Originally posted by Linuxxx View Post
      This bit is interesting:

      Venemo

      Do You already have a feeling for the possible performance of mesh shaders with RADV on RDNA2 hardware?
      I think mesh shading is a very low level tool which if you use it correctly can give you perf improvements if your app is bottlenecked by geometry throughput.

      Otherwise, just because something uses mesh shaders does not mean it will be automatically faster.

      Take a look at this post to see my full opinion: https://timur.hu/blog/2022/mesh-and-task-shaders

      Comment

      Working...
      X