Name | Type | Description |
pfnAllocation
|
nothrow extern(C) void* function(void*, ulong, ulong, VkSystemAllocationScope) | |
pfnFree
|
nothrow extern(C) void function(void*, void*) | |
pfnInternalAllocation
|
nothrow extern(C) void function(void*, ulong, VkInternalAllocationType, VkSystemAllocationScope) | |
pfnInternalFree
|
nothrow extern(C) void function(void*, ulong, VkInternalAllocationType, VkSystemAllocationScope) | |
pfnReallocation
|
nothrow extern(C) void* function(void*, void*, ulong, ulong, VkSystemAllocationScope) | |
pUserData
|
void* | |