16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-17 23:39:18 +02:00

python leak fix, python touchscreens

This commit is contained in:
milek7
2019-11-26 22:20:46 +01:00
parent 5b172ec663
commit e697b01296
12 changed files with 163 additions and 39 deletions

View File

@@ -0,0 +1,9 @@
#include <common>
layout(location = 0) out vec4 out_color;
in vec2 f_coord;
void main()
{
out_color = vec4(param[0].r, f_coord, 1.0);
}