Remove uncompleted stuff

This commit is contained in:
Insality
2025-03-26 23:30:29 +02:00
parent 91f2d593d2
commit dee77ab313
17 changed files with 13 additions and 600 deletions

View File

@@ -9,10 +9,10 @@ out vec4 color_out;
void main() {
lowp vec4 tex = texture(texture_sampler, var_texcoord0.xy);
if (tex.a < 0.5) {
discard;
}
// Final color of stencil texture
color_out = tex * var_color;
}
}