about vulkan and godot 4

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Sorano Sakura

hello , i understand what vulkan is .
and i didn’t install vulkan before , so to use godot 4 in the future , what the steps that i need to do so godot 4 works properly .
i know it might be my question is too early to post .
and thank you .

Godot 4.0 will not have OpenGL support, it will only support Vulkan.

Hardware supporting Vulkan includes:

  • NVIDIA Kepler (GeForce 600 series) or later
  • AMD GCN or later
  • Intel Skylake IGPs or later (not relevant if you have a dedicated GPU)

Calinou | 2021-07-21 01:17

Thank you , I saw a video about this
https://youtu.be/TLh-EJ_jMq4

Sorano Sakura | 2021-07-21 17:28

:bust_in_silhouette: Reply From: Yuminous

Vulkan is what the new engine will use to render scenes, it will be a part of Godot 4 just like GLES2 and GLES3 are a part of Godot 3, so you won’t have to install anything to be able to use it.

As long as your own system (hardware) supports the Vulkan API, you’re good to go!

Thank you , I was worried about this , if I need to install something like with c# for Godot mono version

Sorano Sakura | 2021-07-21 17:32