Bumped to version 0.0.7

version of JumpFlood with reusable color buffers
This commit is contained in:
Edwin Jakobs
2018-10-07 17:02:57 +02:00
parent 6e39e61473
commit 75b5fb5e84
5 changed files with 73 additions and 64 deletions

View File

@@ -7,7 +7,5 @@ out vec4 o_color;
void main() {
float ref = step(threshold , dot( vec3(1.0/3.0), texture(tex0, v_texCoord0).rgb ));
o_color = vec4(ref, ref, ref, 1.0);
}