Skip to content

Commit

Permalink
vk: yet another 32 bit linux fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
w23 committed Dec 10, 2024
1 parent 116214c commit 8afa9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ref/vk/vk_combuf.c
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ void R_VkCombufIssueBarrier(vk_combuf_t* combuf, r_vkcombuf_barrier_t bar) {
}

if (LOG_VERBOSE) {
DEBUG(" buf[%d]: buf=%p barrier:", i, buf->buffer);
DEBUG(" buf[%d]: buf=%llx barrier:", i, (unsigned long long)buf->buffer);
DEBUG(" srcAccessMask = %llx", (unsigned long long)bmb.srcAccessMask);
printAccessMask(" ", bmb.srcAccessMask);
DEBUG(" srcStageMask = %llx", (unsigned long long)bmb.srcStageMask);
Expand Down

0 comments on commit 8afa9e7

Please sign in to comment.