Cleanup: Remove unused curves eval cache variable
This commit is contained in:
@@ -222,7 +222,6 @@ static void ensure_seg_pt_count(const Curves &curves, CurvesEvalCache &curves_ca
|
||||
}
|
||||
|
||||
curves_cache.strands_len = curves.geometry.curve_num;
|
||||
curves_cache.elems_len = curves.geometry.point_num + curves.geometry.curve_num;
|
||||
curves_cache.point_len = curves.geometry.point_num;
|
||||
}
|
||||
|
||||
|
||||
@@ -79,7 +79,6 @@ struct CurvesEvalCache {
|
||||
GPUVertBuf *proc_attributes_buf[GPU_MAX_ATTR];
|
||||
|
||||
int strands_len;
|
||||
int elems_len;
|
||||
int point_len;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user