Uses of Class
com.mojang.blaze3d.util.TransientBlockAllocator
Packages that use TransientBlockAllocator
-
Uses of TransientBlockAllocator in com.mojang.blaze3d.opengl
Fields in com.mojang.blaze3d.opengl declared as TransientBlockAllocatorModifier and TypeFieldDescriptionprivate final TransientBlockAllocator<GlTransientMemory.Fallback.GlAllocation> GlTransientMemory.Fallback.blockAllocatorprivate final TransientBlockAllocator<Long> GlTransientMemory.cpuBlockAllocatorGlTransientMemory.PersistentMapping.gpuBlockAllocatorGlTransientMemory.PersistentMapping.gpuMappedBlockAllocatorGlTransientMemory.PersistentMapping.stagingBlockAllocator -
Uses of TransientBlockAllocator in com.mojang.blaze3d.vulkan
Fields in com.mojang.blaze3d.vulkan declared as TransientBlockAllocatorModifier and TypeFieldDescriptionprivate final TransientBlockAllocator<Long> VulkanTransientMemory.cpuBlockAllocatorprivate final TransientBlockAllocator<VulkanTransientMemory.VulkanAllocation> VulkanTransientMemory.gpuBlockAllocatorprivate final TransientBlockAllocator<it.unimi.dsi.fastutil.Pair<VulkanTransientMemory.VulkanAllocation, VulkanTransientMemory.VulkanAllocation>> VulkanTransientMemory.gpuMappedBlockAllocatorprivate final TransientBlockAllocator<VulkanTransientMemory.VulkanAllocation> VulkanTransientMemory.stagingBlockAllocator