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:
parent
e4eb6f04c8
commit
120060cbab
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user