travisvroman / kohi

A game engine made as part of the Kohi Game Engine series on YouTube (and Twitch!), where we make a game engine from the ground up using C and Vulkan.

Home Page:https://kohiengine.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEATURE] Integrated gpu support

Denisthatorf opened this issue · comments

I have a integrated GPU and I would really like you to add support for such GPUs

if (requirements->discrete_gpu) {

Why are you under the impression it doesn't support them?

Sorry, I meant to say integrated graphics card. I have already changeg issue.

I am facing the same issue.
I've my desktop using Windows, and my laptop Linux (Ubuntu 23.04). My laptop does not have a discrete GPU, only an integrated. It should be accepted as a GPU.

My laptop is a SF314-51 (Acer Swift 3) :

  • RAM: 4 GB DDR4 SDRAM
  • GPU: HD Graphics 520 DDR4 SDRAM (shared)
  • CPU: Core™ i3-6100U 2.3GHz

Yes the performances are bad, but it is sufficient to execute small graphic applications.

image