Ajout du noise

This commit is contained in:
2026-04-21 01:08:11 +02:00
parent 3d5bef4153
commit 4a1c77121b
6 changed files with 121 additions and 13 deletions
+1
View File
@@ -1,5 +1,6 @@
varying highp vec2 vTextureCoord;
uniform sampler2D uImageSampler;
uniform highp vec2 uWindowSize;
void main() {
gl_FragColor = texture2D(uImageSampler, vTextureCoord);