Skip to content

gpu: Don't use layout binding in old GL versions

Benjamin Otte requested to merge wip/otte/6363 into main

GL needs version 4.2 before it supports explicit bindings. We use GLES usually, and Mesa supports GL 4.6, so we didn't hit this case before.

However, MacOS does use GL and Mac OS is stuck on GL 4.1.

Fixes #6363 (closed)

Merge request reports