wip
Some checks reported errors
continuous-integration/drone/pr Build was killed

This commit is contained in:
light7734 2025-10-09 17:37:32 +03:30
parent cee10bcc43
commit d7870dc469
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -169,7 +169,9 @@ private:
std::any &user_data
)
{
std::cout << "VULKAN MESSAGE: " << data.message << std::endl; // NOLINT
// I know this makes the tests too verbose...
// but makes it easier to figure out what the problem is when things fail on ci
log_trc("vulkan: {}", data.message);
std::ignore = data;
std::ignore = type;