1
0
mirror of https://github.com/psychopy/psychojs.git synced 2025-05-10 10:40:54 +00:00

removed unused uniform uMaskTex;

This commit is contained in:
lgtst 2022-01-28 18:06:28 +03:00
parent e822675cde
commit 948b14bb41

View File

@ -7,7 +7,6 @@ out vec4 shaderOut;
#define M_PI 3.14159265358979
uniform float uFreq;
uniform float uPhase;
uniform sampler2D uMaskTex;
void main() {
vec2 uv = vUvs;