mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-06-14 14:32:57 -04:00
Merge branch 'gles2-nv12-render-target' into 'master'
render: gles2: NV12 render buffers See merge request wlroots/wlroots!5344
This commit is contained in:
commit
d3d2d0f668
13 changed files with 394 additions and 63 deletions
|
|
@ -6,7 +6,8 @@ precision mediump float;
|
|||
|
||||
varying vec2 v_texcoord;
|
||||
uniform vec4 color;
|
||||
uniform mat4 color_matrix;
|
||||
|
||||
void main() {
|
||||
gl_FragColor = color;
|
||||
gl_FragColor = color_matrix * color;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue