KhronosGroup / OpenGL-Registry

OpenGL, OpenGL ES, and OpenGL ES-SC API and Extension Registry
678 stars 274 forks source link

SSO no longer requires redeclaration of gl_Position #552

Closed ShabbyX closed 1 year ago

ShabbyX commented 1 year ago

This behavior was not adopted by core GLSL, and is inconsistently implemented by drivers. CTS does not follow this requirement, and no known apps exist that do this.

Per internal issue #169

ShabbyX commented 1 year ago

There's one little fix actually needed

ShabbyX commented 1 year ago

Nevermind, there are drivers that do check this, although they don't fail compilation, just link.