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
An INVALID_OPERATION error is generated if the ExecutionMode of the OpEntryPoint indicated by pEntryPoint does not match the type of shader.
This should be Execution Model, not ExecutionMode, as in the SPIR-V specification. While ExecutionMode does exist in SPIR-V, it is something else entirely.
The text was updated successfully, but these errors were encountered:
Thanks for spotting this error in the spec. @oddhack we discussed this in the WG meeting today and would like you to make the spec fix indicated above. Specifically the term ExecutionMode should be changed to Execution Model. Thanks.
In the document The OpenGL® Graphics System: A Specification (Version 4.6 (Core Profile) - May 5, 2022), section 7.2.1 Shader Specialization, the error listing reads:
This should be Execution Model, not
ExecutionMode
, as in the SPIR-V specification. WhileExecutionMode
does exist in SPIR-V, it is something else entirely.The text was updated successfully, but these errors were encountered: