HoviTron Video Pipeline
Data Fields
InputProvider::StreamParameters Struct Reference

Static parameters of an input view stream. More...

#include <InputProvider.h>

Data Fields

std::string streamName = "UNDEFINED"
 
glm::ivec2 colorResolution = {-1,-1}
 
glm::ivec2 depthResolution = {-1,-1}
 
float nearDepth
 
float farDepth
 
vk::Format colorFormat = vk::Format::eUndefined
 
vk::Format depthFormat = vk::Format::eUndefined
 
vk::Sampler colorSampler
 
vk::Sampler depthSampler
 
ProjectionType projectionType = ProjectionType::PROJECTION_INVALID
 

Detailed Description

Static parameters of an input view stream.

Definition at line 71 of file InputProvider.h.

Field Documentation

◆ colorFormat

vk::Format InputProvider::StreamParameters::colorFormat = vk::Format::eUndefined

Definition at line 78 of file InputProvider.h.

◆ colorResolution

glm::ivec2 InputProvider::StreamParameters::colorResolution = {-1,-1}

Definition at line 74 of file InputProvider.h.

◆ colorSampler

vk::Sampler InputProvider::StreamParameters::colorSampler

Definition at line 82 of file InputProvider.h.

◆ depthFormat

vk::Format InputProvider::StreamParameters::depthFormat = vk::Format::eUndefined

Definition at line 79 of file InputProvider.h.

◆ depthResolution

glm::ivec2 InputProvider::StreamParameters::depthResolution = {-1,-1}

Definition at line 75 of file InputProvider.h.

◆ depthSampler

vk::Sampler InputProvider::StreamParameters::depthSampler

Definition at line 83 of file InputProvider.h.

◆ farDepth

float InputProvider::StreamParameters::farDepth

Definition at line 76 of file InputProvider.h.

◆ nearDepth

float InputProvider::StreamParameters::nearDepth

Definition at line 76 of file InputProvider.h.

◆ projectionType

ProjectionType InputProvider::StreamParameters::projectionType = ProjectionType::PROJECTION_INVALID

Definition at line 85 of file InputProvider.h.

◆ streamName

std::string InputProvider::StreamParameters::streamName = "UNDEFINED"

Definition at line 72 of file InputProvider.h.


The documentation for this struct was generated from the following file: