inexorgame / vulkan-renderer

A new 3D game engine for Linux and Windows using C++20 and Vulkan API 1.3, in very early but ongoing development
https://inexor.org
MIT License
777 stars 34 forks source link

Use volk meta-loader library #501

Closed IAmNotHanni closed 1 year ago

IAmNotHanni commented 1 year ago

Is your feature request related to a problem?

Use volk as meta-loader.

Description

Volk is a metaloder which allows us to dynamically load all required Vulkan functions instead of linking them statically.

Alternatives

Do not use volk-

Affected Code

The entire code.

Operating System

All operating systems

Additional Context

none