mirror of
https://github.com/Insality/druid.git
synced 2025-09-28 02:22:18 +02:00
Remove uncompleted stuff
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user