Refactor poking tuples

This commit is contained in:
2021-02-19 19:19:08 +01:00
parent defc8da088
commit 2866535b52
4 changed files with 58 additions and 45 deletions
+1 -2
View File
@@ -2,11 +2,10 @@
in vec4 gColor;
in vec2 cenPosT;
in float gRad;
in float gWdth;
out vec4 fColor;
out float gl_FragDepth;
uniform vec2 winSize;
void main()
{
vec2 pos = gl_FragCoord.xy;