[−][src]Macro vulkano::statically_linked_vulkan_loader
Expression that returns a loader that assumes that Vulkan is linked to the executable you're compiling.
If you use this macro, you must linked to a library that provides the vkGetInstanceProcAddr
symbol.
This is provided as a macro and not as a regular function, because the macro contains an
extern {}
block.