mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-12-21 04:00:12 +00:00
[client] added support for RGBA, BGRA and 10-bit RGBA
This commit is contained in:
@@ -878,7 +878,8 @@ static bool configure(struct Inst * this, SDL_Window *window)
|
||||
|
||||
switch(this->format.type)
|
||||
{
|
||||
case FRAME_TYPE_ARGB:
|
||||
case FRAME_TYPE_BGRA:
|
||||
case FRAME_TYPE_RGBA:
|
||||
this->decoder = &LGD_NULL;
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user