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

Contains the class that manage the drawing process (manage and record command buffer, etc...) More...

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

Go to the source code of this file.

Data Structures

class  VulkanDrawing
 The class that manages the drawing operation (manage and record command buffers). More...
 

Variables

const int MAX_FRAMES_IN_FLIGHT = 3
 

Detailed Description

Contains the class that manage the drawing process (manage and record command buffer, etc...)

Contains the class that manage the drawing process (manage and record command buffer, etc...)

Definition in file VulkanDrawing.h.

Variable Documentation

◆ MAX_FRAMES_IN_FLIGHT

const int MAX_FRAMES_IN_FLIGHT = 3

Definition at line 36 of file VulkanDrawing.h.