diff options
author | quou <quou@disroot.org> | 2025-02-08 21:52:45 +1100 |
---|---|---|
committer | quou <quou@disroot.org> | 2025-02-08 21:52:45 +1100 |
commit | c81af7752984f79f5853ac71ca9c5c61a09a512e (patch) | |
tree | d830664e10d6f36c26f240f7432a81d79a69619e /c2.cpp | |
parent | e473fa91ec575b0a180d766bc29554db8861508e (diff) |
create the HDR target the same size as the swapchain, not the app
Diffstat (limited to 'c2.cpp')
-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, |