Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an Engine debug setting to force GLES 2.0 #7829

Merged
merged 2 commits into from
May 7, 2024
Merged

Conversation

pixelflinger
Copy link
Collaborator

This setting is only meaningful on GLES backends, it's otherwise ignored. When set to true, the backend will try to force a ES2 context if supported. If not supported by the platform,
the backend will pretend it's a ES2 context.

This setting is currently only taken into account by the EGL platform.

This setting is only meaningful on GLES backends, it's otherwise
ignored. When set to true, the backend will try to force a ES2 context
if supported. If not supported by the platform,
the backend will pretend it's a ES2 context.

This setting is currently only taken into account by the EGL platform.
@pixelflinger pixelflinger added the internal Issue/PR does not affect clients label May 7, 2024
filament/backend/include/backend/Platform.h Outdated Show resolved Hide resolved
Co-authored-by: Powei Feng <powei@google.com>
@pixelflinger pixelflinger merged commit b056c12 into main May 7, 2024
11 checks passed
@pixelflinger pixelflinger deleted the ma/force-es2 branch May 7, 2024 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Issue/PR does not affect clients
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants