Configuration for an output texture. More...
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. | |
Configuration for an output texture.
|
export |
Whether to use floating point format for output texture.
|
export |
Resolution of the output texture (width x height).
|
export |
Index of input texture whose format should be used. Set to -1 to ignore.
|
export |
Index of input texture whose resolution should be used. Set to -1 to ignore.