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.
https://kohiengine.com
Apache License 2.0
1.04k stars 99 forks source link

[FEATURE] Integrated gpu support #96

Open Denisthatorf opened 2 years ago

Denisthatorf commented 2 years ago

I have a integrated GPU and I would really like you to add support for such GPUs https://github.com/travisvroman/kohi/blob/7ac650cc8e79ba9bcaac4305acd18b025b617748/engine/src/renderer/vulkan/vulkan_device.c#L436

Eearslya commented 2 years ago

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

Denisthatorf commented 2 years ago

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

NoxFly commented 1 year ago

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) :

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

image

blake502 commented 2 months ago

PR https://github.com/travisvroman/kohi/pull/243 takes care of this.