mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Fix 4.1 shader for line types. CURA-3273
This commit is contained in:
parent
106cb6ded9
commit
488b952815
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue