mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 20:35:53 +08:00
Made layers.shader compatibility shader compatible. CURA-3273
This commit is contained in:
parent
ed1fea2d3e
commit
4057996e23
@ -26,10 +26,8 @@ vertex =
|
||||
}
|
||||
|
||||
fragment =
|
||||
in lowp vec4 v_color;
|
||||
in float v_line_type;
|
||||
|
||||
out vec4 frag_color;
|
||||
varying lowp vec4 v_color;
|
||||
varying float v_line_type;
|
||||
|
||||
uniform int u_show_travel_moves;
|
||||
uniform int u_show_support;
|
||||
@ -68,7 +66,7 @@ fragment =
|
||||
discard;
|
||||
}
|
||||
|
||||
frag_color = v_color;
|
||||
gl_FragColor = u_color;
|
||||
}
|
||||
|
||||
vertex41core =
|
||||
|
Loading…
x
Reference in New Issue
Block a user