Use correct GLSL shader version if onyl gl_VertexID is used (#3315)

This commit is contained in:
Faaux 2024-06-23 17:59:37 +02:00 committed by GitHub
parent 06d0e2af2f
commit 93961afcfd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -6546,6 +6546,7 @@ namespace bgfx { namespace gl
|| usesVertexID
|| usesUint
|| usesTexelFetch
|| usesGpuShader4
|| usesGpuShader5
|| usesInterpQ
? 130