mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ geometry41core =
|
||||||
in vec4 v_color[];
|
in vec4 v_color[];
|
||||||
in vec3 v_vertex[];
|
in vec3 v_vertex[];
|
||||||
in vec3 v_normal[];
|
in vec3 v_normal[];
|
||||||
in vec2 v_line_dim[];
|
in lowp vec2 v_line_dim[];
|
||||||
in int v_extruder[];
|
in int v_extruder[];
|
||||||
in mat4 v_extruder_opacity[];
|
in mat4 v_extruder_opacity[];
|
||||||
in float v_prev_line_type[];
|
in float v_prev_line_type[];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue