mirror of https://github.com/libsdl-org/SDL.git
Object handles are uint64_t
This commit is contained in:
parent
54bb24e424
commit
94b6734a84
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue