X Tutup
Skip to content

BACKEND_OPENGL_VERSION_GL tested but header not included #9735

@pixelflinger

Description

@pixelflinger

For context, on line 38, it checks for #if defined(BACKEND_OPENGL_VERSION_GL) to determine if we're dealing with OpenGL or GLES. However, BACKEND_OPENGL_VERSION_GL is only defined in gl_headers.h. Without including this header, this define is never set and, therefore, this class will always assume it's only for GLES.

Originally posted by @haroonq in #9724 (comment)

Metadata

Metadata

Assignees

Labels

buildBuild & build system issueslinuxIssue/feature request for Linux only

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    X Tutup