mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[client] egl: fix fourcc for RGBA10 dmabuf
This commit is contained in:
@@ -53,7 +53,7 @@ bool egl_texUtilGetFormat(const EGL_TexSetup * setup, EGL_TexFormat * fmt)
|
||||
fmt->format = GL_RGBA;
|
||||
fmt->intFormat = GL_RGB10_A2;
|
||||
fmt->dataType = GL_UNSIGNED_INT_2_10_10_10_REV;
|
||||
fmt->fourcc = DRM_FORMAT_BGRA1010102;
|
||||
fmt->fourcc = DRM_FORMAT_BGRA2101010;
|
||||
break;
|
||||
|
||||
case EGL_PF_RGBA16F:
|
||||
|
Reference in New Issue
Block a user