vkd3d/libs/vkd3d-common
Giovanni Mascellani ba381497cc vkd3d-common: Remove an assertion in vkd3d_dbg_printf().
We want to get rid of assertions and only use the new VKD3D_ASSERT(),
but this cannot be done here, because a failing VKD3D_ASSERT() would
call back again to vkd3d_dbg_printf().

At the same time the asserted condition should be simple enough to
debug even without the assertion, since logging with a bad level
will likely result in either a crash or writing garbage to the log.
2024-07-30 16:32:59 +02:00
..
blob.c vkd3d-common: Use WIDL_C_INLINE_WRAPPERS. 2024-04-24 23:48:44 +02:00
debug.c vkd3d-common: Remove an assertion in vkd3d_dbg_printf(). 2024-07-30 16:32:59 +02:00
error.c vkd3d: Implement vkd3d_shader_cache_get. 2024-04-24 23:49:20 +02:00
memory.c libs/vkd3d-common: Move vkd3d_array_reserve() from libvkd3d. 2017-06-19 18:05:53 +02:00
utf8.c vkd3d-common: Fix vkd3d_strdup_{w16, w32}_utf8() functions. 2019-02-05 19:26:46 +01:00