You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see you are filtering out any non-mesh shader entry points, so a module with a mesh and fragment shader would now pass validation.
But wouldn't a module with two mesh shaders, one emitting Triangles and another emitting Lines, still fail? Since the output with PrimitiveTriangleIndicesEXT decoration requiring the entry point to have the OutputTrianglesEXT Execution Mode would see the Line entry point not having it, since it has OutputLinesEXT instead?