Interface VulkanHostAllocatorCallbacksType.InternalFreeNotificationType

    • Method Detail

      • onFree

        void onFree​(long size,
                    VulkanInternalAllocation type,
                    VulkanSystemAllocationScope scope)
        Called upon internal deallocations. The function MUST NOT raise exceptions under any circumstances.
        Parameters:
        size - The allocation size in bytes
        type - The type of allocation
        scope - The scope of the allocation