vkd3d: Fix warning in query logging

Signed-off-by: Joshua Ashton <joshua@froggi.es>
This commit is contained in:
Joshua Ashton 2021-02-06 10:09:55 +00:00 committed by Philip Rebohle
parent 6e9bd28481
commit 38d2de9f4c
1 changed files with 1 additions and 1 deletions

View File

@ -2687,7 +2687,7 @@ static bool d3d12_command_list_disable_query(struct d3d12_command_list *list,
}
}
WARN("Query (%#"PRIx64",%u) not active.\n", (uint64_t)heap, index);
WARN("Query (%p, %u) not active.\n", heap, index);
return true;
}