Implement HDR support for Linux KMS capture backend (#1994)
Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
This commit is contained in:
parent
3fb384f868
commit
056281b745
5 changed files with 177 additions and 26 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue