Skip to content

Commit

Permalink
Merge branch 'main' into sdr_clipboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaldaien authored Jul 21, 2024
2 parents fc07dbc + f9f955e commit 152e445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utility/image.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1697,7 +1697,7 @@ SKIV_Image_CaptureDesktop (DirectX::ScratchImage& image, POINT point, int flags)

// The list of supported formats should always contain DXGI_FORMAT_B8G8R8A8_UNORM,
// as this is the most common format for the desktop.
//DXGI_FORMAT_B8G8R8A8_UNORM
DXGI_FORMAT_B8G8R8A8_UNORM
};

static constexpr int num_sdr_formats = 4;
Expand Down

0 comments on commit 152e445

Please sign in to comment.