This site is currently in read-only mode during migration to a new platform.
You cannot post questions, answers or comments, as they would be lost during the migration otherwise.
0 votes

Hi,

My Intel HD Graphics 5500 has no Vulkan support and I get a number of errors at startup (I built Godot from source):
Godot Engine v4.0.dev.custombuild.e7c9d8187 - https://godotengine.org
ERROR: Cant find layer: VK
LAYERKHRONOSvalidation
at: checklayers (drivers\vulkan\vulkancontext.cpp:158)
ERROR: Cant find layer: VK
LAYERLUNARGstandardvalidation
at: _check
layers (drivers\vulkan\vulkancontext.cpp:158)
ERROR: Cant find layer: VK
LAYERGOOGLEthreading
at: checklayers (drivers\vulkan\vulkancontext.cpp:158)
ERROR: Condition "err" is true. returned: ERR
CANTCREATE
at: _initialize
extensions (drivers\vulkan\vulkan_context.cpp:233)

Is there any way to configure Godot to use OpenGL as an alternative renderer?

Thanks.

in Engine by (15 points)

Try This In The Comand Promt: --rendering-driver opengl3

1 Answer

+1 vote
Best answer

At the moment the master branch is under heavy rendering changes (and has lots of recent bugs due to 4.0 big changes as well), I'm not sure about the state of the GLES2 renderer in here.

I think there is supposed to be an automatic fallback to GLES2 with the project manager, but maybe it's broken in master.

You can also try the 3.2 branch instead, which should be more stable.

by (29,510 points)
selected by

Yeah, 3.2 runs fine

The GLES2 renderer hasn't been reimplemented in the master branch yet.

Is it the same with GLES3?

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.