예제 #1
0
 internal Result Defragment(ulong maxCPUBytesToMove, int maxCPUAllocationsToMove, ulong maxGPUBytesToMove,
                            int maxGPUAllocationsToMove, CommandBuffer cbuffer, DefragmentationStats stats,
                            DefragmentationFlags flags)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 internal DefragmentationContext(VulkanMemoryAllocator allocator, uint currentFrame, uint flags, DefragmentationStats stats)
 {
     throw new NotImplementedException();
 }