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
Add control flow attributes section to GLSL migration guide (#126)
* Add control flow attributes section to GLSL migration guide
Add details on the mapping between GLSL and Slang for some of the attributes from GL_EXT_control_flow_attributes.
* Documentation clarifications/updates
* Mention [ForceUnroll]
* Clarify attributes apply to the driver compiler
Slang provides control flow hint attributes similar to those in the GL_EXT_control_flow_attributes GLSL extension. These attributes provide optimization hints for loops and conditional statements to the driver compiler. Note that these are hints only and may be ignored by the driver compiler.
0 commit comments