Uses of Record Class
com.mojang.renderpearl.backend.vulkan.VulkanTransientMemory.VulkanAllocation
Packages that use VulkanTransientMemory.VulkanAllocation
-
Uses of VulkanTransientMemory.VulkanAllocation in com.mojang.renderpearl.backend.vulkan
Fields in com.mojang.renderpearl.backend.vulkan declared as VulkanTransientMemory.VulkanAllocationModifier and TypeFieldDescriptionprivate final VulkanTransientMemory.VulkanAllocationVulkanTransientMemory.TransferPair.cpuThe field for thecpurecord component.private final VulkanTransientMemory.VulkanAllocationVulkanTransientMemory.TransferPair.gpuThe field for thegpurecord component.Fields in com.mojang.renderpearl.backend.vulkan with type parameters of type VulkanTransientMemory.VulkanAllocationModifier and TypeFieldDescriptionprivate final TransientBlockAllocator<VulkanTransientMemory.VulkanAllocation> VulkanTransientMemory.gpuBlockAllocatorprivate final TransientBlockAllocator<VulkanTransientMemory.VulkanAllocation> VulkanTransientMemory.stagingBlockAllocatorMethods in com.mojang.renderpearl.backend.vulkan that return VulkanTransientMemory.VulkanAllocationModifier and TypeMethodDescriptionVulkanTransientMemory.allocateVulkanBlock(long size, boolean staging) VulkanTransientMemory.TransferPair.cpu()Returns the value of thecpurecord component.VulkanTransientMemory.TransferPair.gpu()Returns the value of thegpurecord component.Methods in com.mojang.renderpearl.backend.vulkan with parameters of type VulkanTransientMemory.VulkanAllocationModifier and TypeMethodDescriptionprivate voidVulkanTransientMemory.freeVulkanBlock(VulkanTransientMemory.VulkanAllocation allocation) private voidVulkanTransientMemory.queueFreeVulkanBlock(VulkanTransientMemory.VulkanAllocation allocation) Constructors in com.mojang.renderpearl.backend.vulkan with parameters of type VulkanTransientMemory.VulkanAllocationModifierConstructorDescriptionprivateTransferPair(VulkanTransientMemory.VulkanAllocation cpu, VulkanTransientMemory.VulkanAllocation gpu) Creates an instance of aTransferPairrecord class.