You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pixelflinger opened this issue
Nov 8, 2024
· 0 comments
Assignees
Labels
androidIssue/feature request for Android onlybugSomething isn't workingmaterialsIssue/request for the material systemopenglIssue/request specific to OpenGLtoolsIssue/feature request related to tools
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.
The text was updated successfully, but these errors were encountered:
androidIssue/feature request for Android onlybugSomething isn't workingmaterialsIssue/request for the material systemopenglIssue/request specific to OpenGLtoolsIssue/feature request related to tools
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.The text was updated successfully, but these errors were encountered: