Implement HDR support for Linux KMS capture backend (#1994)

Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
This commit is contained in:
Cameron Gutman
2024-01-11 22:41:58 -06:00
committed by GitHub
parent 3fb384f868
commit 056281b745
5 changed files with 177 additions and 26 deletions

View File

@@ -314,9 +314,9 @@ namespace egl {
class sws_t {
public:
static std::optional<sws_t>
make(int in_width, int in_height, int out_width, int out_heigth, gl::tex_t &&tex);
make(int in_width, int in_height, int out_width, int out_height, gl::tex_t &&tex);
static std::optional<sws_t>
make(int in_width, int in_height, int out_width, int out_heigth);
make(int in_width, int in_height, int out_width, int out_height, GLint gl_tex_internal_fmt);
// Convert the loaded image into the first two framebuffers
int