mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 12:46:01 +08:00
Fix 4.1 shader for line types. CURA-3273
This commit is contained in:
parent
106cb6ded9
commit
488b952815
@ -78,8 +78,8 @@ vertex41core =
|
||||
uniform lowp float u_shade_factor;
|
||||
uniform highp int u_layer_view_type;
|
||||
|
||||
in highp int a_extruder;
|
||||
in highp int a_line_type;
|
||||
in highp float a_extruder;
|
||||
in highp float a_line_type;
|
||||
in highp vec4 a_vertex;
|
||||
in lowp vec4 a_color;
|
||||
in lowp vec4 a_material_color;
|
||||
|
Loading…
x
Reference in New Issue
Block a user