KhronosGroup / GLSL

GLSL Shading Language Issue Tracker
328 stars 96 forks source link

Clarify helper behavior to match Vulkan spec #180

Closed Tobski closed 2 years ago

Tobski commented 2 years ago

Originally there was a "if they are active then they participate" clause in the Vulkan spec which was confusing, so we updated it to the current language here: https://www.khronos.org/registry/vulkan/specs/1.3/html/chap9.html#shaders-helper-invocations

This change brings the GLSL extension in line with the API spec

Tobski commented 2 years ago

@gnl21 can this be merged? Just going back through my outstanding todo list and found this dangling.

gnl21 commented 2 years ago

Sorry, done.