AlexSabourinDev / IceBox

An open world, designer focused engine
MIT License
5 stars 3 forks source link

Vulkan needs to correctly start even if someone doesn't have the validation layers locally #49

Closed AlexSabourinDev closed 1 year ago

AlexSabourinDev commented 2 years ago

Describe the bug Currently - if you try to run the project without validation layers, the engine will fail to create a vulkan instance. Investigate ways of disabling validation layers if they can't be found.

AlexSabourinDev commented 1 year ago

Resolved - Vulkan Version in vulkan instance creation was not correct