Skip to content
Snippets Groups Projects

Resolve "Include FSR 2.0 in the upscaling module"

Merged Tobias Frisch requested to merge 120-include-fsr-2-0-in-the-upscaling-module into develop
2 files
+ 4
8
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -176,11 +176,7 @@ namespace vkcv::upscaling {
/**
* Record the commands of the FSR2 upscaling instance to
* scale the image of the input handle to the resolution of
* the output image handle via FidelityFX Super Resolution
* and dispatch them.
*
* Beware that this method will dispatch the commands
* automatically!
* the output image handle via FidelityFX Super Resolution.
*
* @param[in] cmdStream Command stream handle to record commands
* @param[in] colorInput Color input image handle
Loading