HoviTron Video Pipeline
Data Structures | Variables
VulkanContext.h File Reference

File that contain the VulkanContext class to manage Vulkan Instance, Physical device, Logical device. More...

#include "commonVulkan.h"
#include <string>
#include <optional>

Go to the source code of this file.

Data Structures

struct  QueueFamilyIndices
 Struct to encapsulate the indice of the queues families. More...
 
class  VulkanContext
 class that manages tasks related to Vulkan context (Vulkan Instance, Vulkan Physical device, Vulkan Logical device) More...
 

Variables

static std::string AppName = "RVS"
 
static std::string EngineName = "RVS_Vulkan"
 

Detailed Description

File that contain the VulkanContext class to manage Vulkan Instance, Physical device, Logical device.

Definition in file VulkanContext.h.

Variable Documentation

◆ AppName

std::string AppName = "RVS"
static

Definition at line 30 of file VulkanContext.h.

◆ EngineName

std::string EngineName = "RVS_Vulkan"
static

Definition at line 31 of file VulkanContext.h.