mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 05:15:52 +08:00
Match precision of input to precision of previous stage output
It'd probably get cast, but this is better. Contributes to issue CURA-8189.
This commit is contained in:
parent
cb87953fe6
commit
171d425bf6
@ -143,7 +143,7 @@ geometry41core =
|
||||
in vec4 v_color[];
|
||||
in vec3 v_vertex[];
|
||||
in vec3 v_normal[];
|
||||
in vec2 v_line_dim[];
|
||||
in lowp vec2 v_line_dim[];
|
||||
in int v_extruder[];
|
||||
in mat4 v_extruder_opacity[];
|
||||
in float v_prev_line_type[];
|
||||
|
Loading…
x
Reference in New Issue
Block a user