JeanPhilippeKernel / RendererEngine

3D Renderer Engine builds with Vulkan and C++ 20
MIT License
171 stars 17 forks source link

Fixing Engine running on Integrated GPU device #307

Closed JeanPhilippeKernel closed 5 months ago

JeanPhilippeKernel commented 5 months ago

For a while now, we have been seeing failure to run the engine on the computer with Integrated GPU.

This PR comes as fix to this issue by ensuring the proper GPU device selection, proper presentation mode and selection of minimal but required config needed by the engine to run.

jnyfah commented 5 months ago

the code runs on Integrated GPU, but outputs the error when i select exit from the editor

Screenshot 2024-01-31 150940

JeanPhilippeKernel commented 5 months ago

Let file a separate bug for this one... I've been chasing it for weeks on the surface, but not reproductible. While filing it help me with engine log details