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