godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
91k stars 21.17k forks source link

Godot 4 editor not started with gpu (intel hd 2000) that not supports vulcan api #52216

Closed XDRiVE888 closed 3 years ago

XDRiVE888 commented 3 years ago

Godot version

4.0 dev (75697c0df)

System information

Windows 10, Intel HD Graphics 2000 (9.17.10,4459)

Issue description

Godot 4.0 editor not started with graphics card Intel HD Graphics 2000 because this card not supports vulcan api. godot4_screenshot1 godot4_screenshot2

Steps to reproduce

Try open godot 4.0 editor with gpu like intel hd 2000 that not supports vulcan api.

Minimal reproduction project

No response

YuriSizov commented 3 years ago

Indeed, Godot 4 currently only works on Vulkan-compatible hardware. OpenGL 3 support will come at a later date.

You can read more about our plans in the article here.