Uses of Record Class
com.mojang.blaze3d.vulkan.VulkanTransientMemory.VulkanAllocation
Packages that use VulkanTransientMemory.VulkanAllocation
-
Uses of VulkanTransientMemory.VulkanAllocation in com.mojang.blaze3d.vulkan
Fields in com.mojang.blaze3d.vulkan with type parameters of type VulkanTransientMemory.VulkanAllocationModifier and TypeFieldDescriptionprivate final TransientBlockAllocator<VulkanTransientMemory.VulkanAllocation> VulkanTransientMemory.gpuBlockAllocatorprivate final TransientBlockAllocator<it.unimi.dsi.fastutil.Pair<VulkanTransientMemory.VulkanAllocation, VulkanTransientMemory.VulkanAllocation>> VulkanTransientMemory.gpuMappedBlockAllocatorprivate final TransientBlockAllocator<it.unimi.dsi.fastutil.Pair<VulkanTransientMemory.VulkanAllocation, VulkanTransientMemory.VulkanAllocation>> VulkanTransientMemory.gpuMappedBlockAllocatorprivate final TransientBlockAllocator<VulkanTransientMemory.VulkanAllocation> VulkanTransientMemory.stagingBlockAllocatorMethods in com.mojang.blaze3d.vulkan that return VulkanTransientMemory.VulkanAllocationModifier and TypeMethodDescriptionVulkanTransientMemory.allocateVulkanBlock(long size, boolean staging) Methods in com.mojang.blaze3d.vulkan that return types with arguments of type VulkanTransientMemory.VulkanAllocationModifier and TypeMethodDescriptionprivate it.unimi.dsi.fastutil.Pair<VulkanTransientMemory.VulkanAllocation, VulkanTransientMemory.VulkanAllocation> VulkanTransientMemory.allocateGpuMappedVulkanBlock(long size) private it.unimi.dsi.fastutil.Pair<VulkanTransientMemory.VulkanAllocation, VulkanTransientMemory.VulkanAllocation> VulkanTransientMemory.allocateGpuMappedVulkanBlock(long size) Methods in com.mojang.blaze3d.vulkan with parameters of type VulkanTransientMemory.VulkanAllocationModifier and TypeMethodDescriptionprivate voidVulkanTransientMemory.freeVulkanBlock(VulkanTransientMemory.VulkanAllocation allocation) private voidVulkanTransientMemory.queueFreeVulkanBlock(VulkanTransientMemory.VulkanAllocation allocation) Method parameters in com.mojang.blaze3d.vulkan with type arguments of type VulkanTransientMemory.VulkanAllocationModifier and TypeMethodDescriptionprivate voidVulkanTransientMemory.freeGpuMappedVulkanBlock(it.unimi.dsi.fastutil.Pair<VulkanTransientMemory.VulkanAllocation, VulkanTransientMemory.VulkanAllocation> allocations) private voidVulkanTransientMemory.freeGpuMappedVulkanBlock(it.unimi.dsi.fastutil.Pair<VulkanTransientMemory.VulkanAllocation, VulkanTransientMemory.VulkanAllocation> allocations) private voidVulkanTransientMemory.recordGpuMappedCopy(it.unimi.dsi.fastutil.Pair<VulkanTransientMemory.VulkanAllocation, VulkanTransientMemory.VulkanAllocation> block) private voidVulkanTransientMemory.recordGpuMappedCopy(it.unimi.dsi.fastutil.Pair<VulkanTransientMemory.VulkanAllocation, VulkanTransientMemory.VulkanAllocation> block)