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
While loading SPIR-V shaders is possible, the resulting program fails to link due to said shaders not being specialized, which cannot be done with the current API. OpenGLRaw does expose glSpecializeShader, but that requires messing with shader indices and all.
The text was updated successfully, but these errors were encountered:
While loading SPIR-V shaders is possible, the resulting program fails to link due to said shaders not being specialized, which cannot be done with the current API. OpenGLRaw does expose
glSpecializeShader
, but that requires messing with shader indices and all.The text was updated successfully, but these errors were encountered: