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

matdbg crashes when editing featureLevel: 0 materials on a FEATURE_LEVEL_0 device #8261

Open
pixelflinger opened this issue Nov 8, 2024 · 0 comments
Assignees
Labels
android Issue/feature request for Android only bug Something isn't working materials Issue/request for the material system opengl Issue/request specific to OpenGL tools Issue/feature request related to tools

Comments

@pixelflinger
Copy link
Collaborator

This is happening because matdbg doesn't understand the Essl1 chunk and we end-up replacing the wrong one, but there are probably other issues; it seems that it's also not selecting the right compilation options.

This can be reproduced with the helloTriangle sample in the emulator by using the config.forceGLES2Context option, or using a real ES2 device.

@pixelflinger pixelflinger added android Issue/feature request for Android only bug Something isn't working materials Issue/request for the material system opengl Issue/request specific to OpenGL tools Issue/feature request related to tools labels Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android Issue/feature request for Android only bug Something isn't working materials Issue/request for the material system opengl Issue/request specific to OpenGL tools Issue/feature request related to tools
Projects
None yet
Development

No branches or pull requests

2 participants