HoviTron Video Pipeline
Data Structures | Macros
commonVulkan.h File Reference

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
 

Detailed Description

file that contains the common include for the Vulkan part

Definition in file commonVulkan.h.

Macro Definition Documentation

◆ D

#define D (   x)    x

Definition at line 97 of file commonVulkan.h.

◆ PRINT

#define PRINT (   ...)    printf(__VA_ARGS__); printf("\n")

Definition at line 59 of file commonVulkan.h.

◆ VULKAN_HPP_DISPATCH_LOADER_DYNAMIC

#define VULKAN_HPP_DISPATCH_LOADER_DYNAMIC   1

Definition at line 30 of file commonVulkan.h.