andy-thomason / Vookoo

A set of utilities for taking the pain out of Vulkan in header only modern C++
MIT License
521 stars 52 forks source link

Change the validation layer from the deprecated LUNARG to KHRONOS #34

Closed FunMiles closed 3 years ago

FunMiles commented 3 years ago

The standard supported validation layer has been changed from LUNARG to KHRONOS. I think a lot of drivers have both but some more recent ones only have the KHRONOS one and then as the LUNARG is not there, code requesting it won't run.