thatcosmonaut / FNA3D

FNA3D - 3D Graphics Library for FNA
http://fna-xna.github.io/
Other
4 stars 2 forks source link

Explicitly request VK_KHR_driver_properties #60

Closed flibitijibibo closed 4 years ago

flibitijibibo commented 4 years ago

Turns out I was accidentally using a Vulkan 1.2 feature when printing the driver info! This should fix what was technically invalid behavior. I think this technically breaks MoltenVK, but adding support should be extremely easy.