HoviTron Video Pipeline
Data Structures | Enumerations
VulkanWrapper.h File Reference

file that contains the VulkanWrapper class that manages the classes related to Vulkan code and ease the communication with the rest More...

#include <vector>
#include "VulkanContext.h"
#include "VulkanDrawing.h"
#include "VulkanRenderPass.h"
#include "commonVulkan.h"
#include "InputProvider.h"
#include "RenderingParameters.h"

Go to the source code of this file.

Data Structures

class  VulkanWrapper
 Class that manages the classes related to Vulkan code and act as a wrapper around them. More...
 

Enumerations

enum class  PipelineMode { Raster }
 

Detailed Description

file that contains the VulkanWrapper class that manages the classes related to Vulkan code and ease the communication with the rest

file that contains the VulkanWrapper class that manages the classes related to Vulkan code and ease the communication with the rest

The VulkanWrapper class is supposed to manage all the other classes related to Vulkan code.

Definition in file VulkanWrapper.h.

Enumeration Type Documentation

◆ PipelineMode

enum class PipelineMode
strong

Definition at line 56 of file VulkanWrapper.h.

56 {
57 Raster
58};