BeRo1985 / pasvulkan

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

Fix extension enumeration #2

Closed finalpatch closed 8 years ago

finalpatch commented 8 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 8 years ago

Applied