![]() |
HoviTron Video Pipeline
|
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 |
Static parameters of an input view stream.
Definition at line 71 of file InputProvider.h.
vk::Format InputProvider::StreamParameters::colorFormat = vk::Format::eUndefined |
Definition at line 78 of file InputProvider.h.
glm::ivec2 InputProvider::StreamParameters::colorResolution = {-1,-1} |
Definition at line 74 of file InputProvider.h.
vk::Sampler InputProvider::StreamParameters::colorSampler |
Definition at line 82 of file InputProvider.h.
vk::Format InputProvider::StreamParameters::depthFormat = vk::Format::eUndefined |
Definition at line 79 of file InputProvider.h.
glm::ivec2 InputProvider::StreamParameters::depthResolution = {-1,-1} |
Definition at line 75 of file InputProvider.h.
vk::Sampler InputProvider::StreamParameters::depthSampler |
Definition at line 83 of file InputProvider.h.
float InputProvider::StreamParameters::farDepth |
Definition at line 76 of file InputProvider.h.
float InputProvider::StreamParameters::nearDepth |
Definition at line 76 of file InputProvider.h.
ProjectionType InputProvider::StreamParameters::projectionType = ProjectionType::PROJECTION_INVALID |
Definition at line 85 of file InputProvider.h.
std::string InputProvider::StreamParameters::streamName = "UNDEFINED" |
Definition at line 72 of file InputProvider.h.