mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-09-13 09:16:14 -07:00
ba381497cc
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. |
||
---|---|---|
.. | ||
vkd3d | ||
vkd3d-common | ||
vkd3d-shader | ||
vkd3d-utils | ||
.gitignore |