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:
Ghostkeeper 2021-04-28 16:33:24 +02:00
parent cb87953fe6
commit 171d425bf6
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A

View file

@ -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[];