![]() |
HoviTron Video Pipeline
|
file that contains the common include for the Vulkan part More...
#include <vulkan/vulkan.hpp>
#include <glm/glm.hpp>
#include <glm/gtx/string_cast.hpp>
Go to the source code of this file.
Data Structures | |
struct | SwapChainSupportDetails |
Struct that contains the capability for the sapchain, the formats and the present mode supported. More... | |
Macros | |
#define | VULKAN_HPP_DISPATCH_LOADER_DYNAMIC 1 |
#define | PRINT(...) printf(__VA_ARGS__); printf("\n") |
#define | D(x) x |
file that contains the common include for the Vulkan part
Definition in file commonVulkan.h.
#define D | ( | x | ) | x |
Definition at line 97 of file commonVulkan.h.
#define PRINT | ( | ... | ) | printf(__VA_ARGS__); printf("\n") |
Definition at line 59 of file commonVulkan.h.
#define VULKAN_HPP_DISPATCH_LOADER_DYNAMIC 1 |
Definition at line 30 of file commonVulkan.h.