diff options
-rw-r--r-- | c2.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1015,8 +1015,8 @@ struct C2 : public App { "HDR target", texture_format_rgba16f, Texture_Flags::sampleable | Texture_Flags::colour_target, - w, - h, + dev->swap_w(), + dev->swap_h(), 1, 1, 1, |