Hans Goudey
a369397301
Sculpt: Reduce overhead for multires index buffer creation
...
Avoid calling `GPU_indexbuf_add_line_verts` and the triangle
version of that function. It's faster to avoid function calls and
just write to the data arrays directly. I did some very rough tests
and observed about a 10% improvement in runtime for the
entire index buffer creation process.
2025-02-16 18:51:14 -05:00
..
2025-02-16 19:45:34 +11:00
2025-02-05 18:40:04 +01:00
2025-02-14 15:18:28 +05:30
2025-01-31 17:03:17 +01:00
2025-02-16 21:00:42 +11:00
2025-02-14 14:32:57 -05:00
2025-02-13 13:33:09 +11:00
2025-02-07 10:45:17 +11:00
2025-02-14 14:32:57 -05:00
2025-02-14 14:32:57 -05:00
2024-09-20 13:14:57 +10:00
2024-10-04 11:33:21 +02:00
2025-02-14 14:00:16 +01:00
2025-02-16 18:51:14 -05:00
2025-02-16 13:30:32 +05:30
2025-02-13 18:58:08 +01:00
2025-01-31 17:03:18 +01:00
2025-02-14 17:41:59 +01:00
2025-02-16 20:42:16 +11:00
2025-02-13 18:58:08 +01:00
2025-02-14 17:21:17 +01:00
2025-02-16 20:42:16 +11:00
2025-02-13 18:55:37 +01:00
2025-02-16 18:39:33 +11:00
2025-02-14 15:12:48 -05:00
2025-02-16 20:42:16 +11:00
2025-02-16 18:32:17 +11:00
2025-02-13 18:58:08 +01:00
2025-02-15 09:53:58 +01:00
2025-02-13 18:58:08 +01:00
2025-02-13 18:58:08 +01:00
2025-02-14 15:12:48 -05:00
2024-12-02 21:26:15 +01:00