KhronosGroup / OpenGL-Registry

OpenGL, OpenGL ES, and OpenGL ES-SC API and Extension Registry
689 stars 275 forks source link

SSO no longer requires redeclaration of gl_Position #544

Closed ShabbyX closed 1 year ago

ShabbyX commented 2 years 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

Turns out there are existing drivers that enforce this. Although that's done by failing link rather than compilation.