Remove unnecessary stroke vert input

This commit is contained in:
Grant Sanderson 2024-08-07 14:10:50 -05:00
parent e130625b9b
commit 0a43a3ff9a

View file

@ -6,7 +6,6 @@ uniform float is_fixed_in_frame;
in vec3 point; in vec3 point;
in vec4 stroke_rgba; in vec4 stroke_rgba;
in float stroke_width; in float stroke_width;
in vec3 joint_normal;
in vec4 joint_product; in vec4 joint_product;
// Bezier control point // Bezier control point