Object handles are uint64_t

This commit is contained in:
Katelyn Gadd 2025-01-12 18:02:05 -08:00
parent 54bb24e424
commit 94b6734a84
1 changed files with 1 additions and 1 deletions

View File

@ -1280,7 +1280,7 @@ static inline const char *VkErrorMessages(VkResult code)
// Utility
static void VULKAN_INTERNAL_SetObjectNamePrintf(
VulkanRenderer *renderer, void *object, VkObjectType objectType, const char *format, ...
VulkanRenderer *renderer, uint64_t object, VkObjectType objectType, const char *format, ...
) {
if (!renderer->debugMode)
return;