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
Yeah, gen_spec.py is a messy bunch of regexes to try and make sense of the plain-text specs, so it’s expected that things are missing. It’s great that you report these things, as it’s hard to know if there’s anything that was missed when there are so many extensions… I will have a look when I find the time!
Maybe there is some more. Below is just what I found:
All keywords (well, just
terminateInvocation
fromGL_EXT_terminate_invocation
afaik) and types from extensionsconstants:
GL_KHR_memory_scope_semantics
GL_KHR_cooperative_matrix
functions: (looks like missing functions are always the first function in an extension description file?)
traceRayEXT()
fromGL_EXT_ray_tracing
traceRayMotionNV()
fromGL_NV_ray_tracing_motion_blur
hitObjectTraceRayNV()
fromGL_NV_shader_invocation_reorder
The text was updated successfully, but these errors were encountered: