This commit is contained in:
parent
cee10bcc43
commit
d7870dc469
1 changed files with 3 additions and 1 deletions
|
@ -169,7 +169,9 @@ private:
|
||||||
std::any &user_data
|
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 = data;
|
||||||
std::ignore = type;
|
std::ignore = type;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue