| public void | | destroy() | | destroy() | | method_1_4001() | | destroy() |
|
| public void | | beginSubmit() | | beginSubmit() | | method_1_6215() | | start() |
|
| public void | | endSubmit() | | endSubmit() | | method_1_6216() | | finish() |
|
| private void | |
| private VulkanGpuBufferAllocator$MappedVkBuffer | | allocateVulkanBlock(long size, boolean staging) | | allocateVulkanBlock(long size, boolean staging) | | method_1_6214(long arg0, boolean arg1) | | allocateTransientMemoryBuffer(long size, boolean preferHost) |
|
| private void | |
| private void | |
| private it.unimi.dsi.fastutil.Pair<VulkanGpuBufferAllocator$MappedVkBuffer, VulkanGpuBufferAllocator$MappedVkBuffer> | | allocateGpuMappedVulkanBlock(long size) | | allocateGpuMappedVulkanBlock(long size) | | method_1_6213(long arg0) | | allocateHostDeviceBufferPair(long size) |
|
| private void | |
| public ByteBuffer | | allocateCpu(long size, long alignment, long minimumAllocation, long elementSize) | | allocateCpu(long size, long alignment, long minimumAllocation, long elementSize) | | method_1_6150(long arg0, long arg1, long arg2, long arg3) | | allocateByteBuffer(long arg0, long arg1, long arg2, long arg3) |
|
| public GpuBufferSlice$Mapped | | allocateStaging(long size, long alignment, int usage, long minimumAllocation, long elementSize) | | allocateStaging(long size, long alignment, int usage, long minimumAllocation, long elementSize) | | method_1_6156(long arg0, long arg1, int arg2, long arg3, long arg4) | | allocateHostBuffer(long arg0, long arg1, int arg2, long arg3, long arg4) |
|
| public GpuBufferSlice | | allocateGpu(long size, long alignment, int usage, long minimumAllocation, long elementSize) | | allocateGpu(long size, long alignment, int usage, long minimumAllocation, long elementSize) | | method_1_6152(long arg0, long arg1, int arg2, long arg3, long arg4) | | allocateDeviceBuffer(long arg0, long arg1, int arg2, long arg3, long arg4) |
|
| public GpuBufferSlice$Mapped | | allocateGpuMapped(long size, long alignment, int usage, long minimumAllocation, long elementSize) | | allocateGpuMapped(long size, long alignment, int usage, long minimumAllocation, long elementSize) | | method_1_6154(long arg0, long arg1, int arg2, long arg3, long arg4) | | allocateMappedBuffer(long arg0, long arg1, int arg2, long arg3, long arg4) |
|
| public GpuBufferSlice | | uploadStaging(List<ByteBuffer> data, long alignment, int usage, long minimumAllocation, long elementSize) | | uploadStaging(List<ByteBuffer> data, long alignment, int usage, long minimumAllocation, long elementSize) | | method_1_6166(List<ByteBuffer> arg0, long arg1, int arg2, long arg3, long arg4) | | allocateHostBuffer(List<ByteBuffer> arg0, long arg1, int arg2, long arg3, long arg4) |
|
| public GpuBufferSlice | | uploadGpu(List<ByteBuffer> data, long alignment, int usage, long minimumAllocation, long elementSize) | | uploadGpu(List<ByteBuffer> data, long alignment, int usage, long minimumAllocation, long elementSize) | | method_1_6162(List<ByteBuffer> arg0, long arg1, int arg2, long arg3, long arg4) | | allocateMappedBuffer(List<ByteBuffer> arg0, long arg1, int arg2, long arg3, long arg4) |
|
| public GpuBufferSlice | | upload(List<ByteBuffer> data, long alignment, int usage, long minimumAllocation, long elementSize, boolean staging) | | upload(List<ByteBuffer> data, long alignment, int usage, long minimumAllocation, long elementSize, boolean staging) | | method_1_6228(List<ByteBuffer> arg0, long arg1, int arg2, long arg3, long arg4, boolean arg5) | | allocateMappedBuffer(List<ByteBuffer> contents, long alignment, int usage, long minimumSize, long sizeAlignment, boolean hostOnly) |
|
| public List<GpuBufferSlice> | |
| public List<GpuBufferSlice> | |
| public List<GpuBufferSlice> | | multiUpload(List<ByteBuffer> data, long alignment, int usage, boolean staging) | | multiUpload(List<ByteBuffer> data, long alignment, int usage, boolean staging) | | method_1_6225(List<ByteBuffer> arg0, long arg1, int arg2, boolean arg3) | | allocateMappedBuffers(List<ByteBuffer> contents, long alignment, int usage, boolean hostOnly) |
|