wip import existing shaders
This commit is contained in:
+3
-1
@@ -7,6 +7,8 @@
|
||||
in vec2 vUV;
|
||||
out vec4 fragColor;
|
||||
|
||||
const float seed = 580;
|
||||
|
||||
void main() {
|
||||
fragColor = src_stage(vUV);
|
||||
fragColor = src_stage(vUV, seed);
|
||||
}
|
||||
Reference in New Issue
Block a user