On Tue Feb 13 11:49:44 2024 +0000, Giovanni Mascellani wrote:
Because you can call `vkd3d_string_buffer_printf()` repeatedly on the same buffer, so you don't need a final `hlsl_sprintf_alloc()` just to stitch the two strings together.
It appends to the buffer?