twn_lines.c: 3d case

This commit is contained in:
veclavtalica
2025-03-01 03:46:11 +03:00
parent 5911cbd980
commit 307d5552f6
6 changed files with 62 additions and 6 deletions

View File

@ -322,7 +322,7 @@ IndexBuffer get_circle_element_buffer(void);
void render_circle(const CirclePrimitive *circle);
void render_lines(const LinePrimitive *line);
void render_lines(const LinePrimitive *line, bool is_3d);
void render_rectangle(const RectPrimitive *rectangle);