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
Windows 11, GLES3, x86_64, AMD APU A4-7210 with AMD R3 Graphics and AMD R5 M330
Issue description
Previous one: #72944
This is the extending section of that issue, see the last few comments in that post.
On some devices, when the exe is opened without parameter --rendering-driver opengl3_angle, the project manager is rendered still with glitches because the OpenGL ANGLE mode isn't turned on automatically on some devices, which includes mine.
Steps to reproduce
Open the exe without --rendering-driver opengl3_angle param and wait for the project manager displaying
Click any button on the gui and the glitche happens(on the specific devices)
(Note: See #72944 to get more details and background about this issue posted today)
Minimal reproduction project
Nope
The text was updated successfully, but these errors were encountered:
Lazy-Rabbit-2001
changed the title
OpenGL ANGLE Mode Isn't Automatically Switched to on Some Devices [Second Section of #72944]
OpenGL ANGLE Mode Isn't Automatically Switched to "ON" on Some Devices [Second Section of #72944]
Nov 6, 2023
Currently, it's auto switching only if device reports OpenGL support lower than 3.3, or OpenGL init fail. There's also a list of devices (vendor, name pairs) to always use ANGLE, but the list is empty. Not sure if it's possible to detect buggy driver or which source can be used to populate the list.
Currently, it's auto switching only if device reports OpenGL support lower than 3.3, or OpenGL init fail. There's also a list of devices (vendor, name pairs) to always use ANGLE, but the list is empty. Not sure if it's possible to detect buggy driver or which source can be used to populate the list.
I think it could be put into use since not every devices is glitchless with new rendering system Godot 4. And if there is someone who posted the similar situation, just list it. And if possible, a button in the project manage for render switching is considerable
Lazy-Rabbit-2001
changed the title
OpenGL ANGLE Mode Isn't Automatically Switched to "ON" on Some Devices [Second Section of #72944]
OpenGL ANGLE Mode Isn't Automatically Switched to "ON" on Devices not Smoothly Compatible with OpenGL ES3.3 [Second Section of #72944]
Nov 6, 2023
Godot version
4.2 beta 1~4
System information
Windows 11, GLES3, x86_64, AMD APU A4-7210 with AMD R3 Graphics and AMD R5 M330
Issue description
Previous one: #72944
This is the extending section of that issue, see the last few comments in that post.
On some devices, when the exe is opened without parameter
--rendering-driver opengl3_angle
, the project manager is rendered still with glitches because the OpenGL ANGLE mode isn't turned on automatically on some devices, which includes mine.Steps to reproduce
--rendering-driver opengl3_angle
param and wait for the project manager displaying(Note: See #72944 to get more details and background about this issue posted today)
Minimal reproduction project
Nope
The text was updated successfully, but these errors were encountered: