Files
test2/source/blender
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
..
2024-09-20 13:14:57 +10:00
2024-10-04 11:33:21 +02:00
2025-02-14 17:21:17 +01:00