HoviTron Video Pipeline
Data Structures
BuffersControllerWarping.h File Reference

Class that manages the buffer for the warping step. More...

#include "commonVulkan.h"
#include "BuffersControllerAbstract.h"
#include "InputProvider.h"

Go to the source code of this file.

Data Structures

struct  RVScamExtrinsics
 Struct that contains camera extrinsics values that must be sent to vertex shader of the warping pipeline. More...
 
struct  RvsSynParam
 Struct that contains parameters for the vertex shader in the warping pipeline. More...
 
struct  RvsSynGeom
 Struct that contains datas for the geometry shader of the warping pipeline. More...
 
struct  RvsSynFrag
 Struct that contains datas for the fragment shader of the warping pipeline. More...
 
class  BuffersControllerWarping
 Control the data to be transmitted to the warping pipeline. More...
 

Detailed Description

Class that manages the buffer for the warping step.

Definition in file BuffersControllerWarping.h.