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:
9
shaders/pick_surface.frag
Normal file
9
shaders/pick_surface.frag
Normal 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);
|
||||
}
|
||||
Reference in New Issue
Block a user