KhronosGroup / GLSL

GLSL Shading Language Issue Tracker
328 stars 96 forks source link

Add [[cmov]] and [[unroll]] with a count of unrolls to perform on top of GL_EXT_control_flow_attributes #140

Open devshgraphicsprogramming opened 3 years ago

devshgraphicsprogramming commented 3 years ago

Id would be good to ensure that certain ? expressions dont compile into an if-statement.

Also manually specifying the number of unrolls that can be performed would be nice.