BeRo1985 / pasvulkan

Vulkan header generator, OOP-style API wrapper, framework and prospective Vulkan-based game engine for Object Pascal
zlib License
185 stars 28 forks source link

Fix extension enumeration #2

Closed finalpatch closed 7 years ago

finalpatch commented 7 years ago

Fix extension enumeration on instances and physical devices.

Many of the common extensions have to be enumerated with layer name set to nil.

BeRo1985 commented 7 years ago

Applied