vkCompViz App
 
Loading...
Searching...
No Matches
Public Attributes | List of all members
vkCompViz::App::Parameters::Textures::Output Class Referenceexport
module vkCompViz

Configuration for an output texture. More...

Collaboration diagram for vkCompViz::App::Parameters::Textures::Output:
Collaboration graph
[legend]

Public Attributes

Resolution resolution {0, 0}
 
bool floatFormat {false}
 
int sameResolutionAsInputID {-1}
 Index of input texture whose resolution should be used. Set to -1 to ignore.
 
int sameFormatAsInputID {-1}
 Index of input texture whose format should be used. Set to -1 to ignore.
 

Detailed Description

Configuration for an output texture.

Member Data Documentation

◆ floatFormat

bool vkCompViz::App::Parameters::Textures::Output::floatFormat {false}
export

Whether to use floating point format for output texture.

◆ resolution

Resolution vkCompViz::App::Parameters::Textures::Output::resolution {0, 0}
export

Resolution of the output texture (width x height).

◆ sameFormatAsInputID

int vkCompViz::App::Parameters::Textures::Output::sameFormatAsInputID {-1}
export

Index of input texture whose format should be used. Set to -1 to ignore.

◆ sameResolutionAsInputID

int vkCompViz::App::Parameters::Textures::Output::sameResolutionAsInputID {-1}
export

Index of input texture whose resolution should be used. Set to -1 to ignore.