Lugdunum  0.1.0
Namespaces | Macros | Functions
Vulkan.cpp File Reference
#include <lug/Graphics/Vulkan/Vulkan.hpp>
#include <algorithm>
#include <cstring>
Include dependency graph for Vulkan.cpp:

Go to the source code of this file.

Namespaces

 Vulkan
 
 lug
 
 lug::Graphics
 
 lug::Graphics::Vulkan
 

Macros

#define LUG_DEFINE_DEFINITION_VULKAN_FUNCTIONS(name)   PFN_##name name = nullptr;
 

Functions

 Vulkan::LUG_EXPORTED_VULKAN_FUNCTIONS (LUG_DEFINE_DEFINITION_VULKAN_FUNCTIONS)
 
 Vulkan::LUG_CORE_VULKAN_FUNCTIONS (LUG_DEFINE_DEFINITION_VULKAN_FUNCTIONS)
 
 Vulkan::LUG_INSTANCE_VULKAN_FUNCTIONS (LUG_DEFINE_DEFINITION_VULKAN_FUNCTIONS)
 
 Vulkan::LUG_DEVICE_VULKAN_FUNCTIONS (LUG_DEFINE_DEFINITION_VULKAN_FUNCTIONS)
 

Macro Definition Documentation

◆ LUG_DEFINE_DEFINITION_VULKAN_FUNCTIONS

#define LUG_DEFINE_DEFINITION_VULKAN_FUNCTIONS (   name)    PFN_##name name = nullptr;

Definition at line 7 of file Vulkan.cpp.