Uses of Interface
com.mojang.renderpearl.api.commands.GpuFence
Packages that use GpuFence
Package
Description
-
Uses of GpuFence in com.mojang.blaze3d.systems
Fields in com.mojang.blaze3d.systems declared as GpuFenceModifier and TypeFieldDescriptionprivate final GpuFenceRenderSystem.GpuAsyncTask.fenceThe field for thefencerecord component.Methods in com.mojang.blaze3d.systems that return GpuFenceModifier and TypeMethodDescriptionRenderSystem.GpuAsyncTask.fence()Returns the value of thefencerecord component.Constructors in com.mojang.blaze3d.systems with parameters of type GpuFenceModifierConstructorDescriptionprivateGpuAsyncTask(Runnable callback, GpuFence fence) Creates an instance of aGpuAsyncTaskrecord class. -
Uses of GpuFence in com.mojang.renderpearl.api.commands
Methods in com.mojang.renderpearl.api.commands that return GpuFence -
Uses of GpuFence in com.mojang.renderpearl.backend.api
Methods in com.mojang.renderpearl.backend.api that return GpuFence -
Uses of GpuFence in com.mojang.renderpearl.backend.opengl
Classes in com.mojang.renderpearl.backend.opengl that implement GpuFenceMethods in com.mojang.renderpearl.backend.opengl that return GpuFence -
Uses of GpuFence in com.mojang.renderpearl.backend.vulkan
Methods in com.mojang.renderpearl.backend.vulkan that return GpuFence -
Uses of GpuFence in com.mojang.renderpearl.frontend
Methods in com.mojang.renderpearl.frontend that return GpuFence -
Uses of GpuFence in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as GpuFenceModifier and TypeFieldDescriptionprivate final GpuFenceStagedVertexBuffer.GpuBufferPool.PendingRecycle.fenceThe field for thefencerecord component.MappableRingBuffer.fencesMethods in net.minecraft.client.renderer that return GpuFenceModifier and TypeMethodDescriptionStagedVertexBuffer.GpuBufferPool.PendingRecycle.fence()Returns the value of thefencerecord component.Constructors in net.minecraft.client.renderer with parameters of type GpuFenceModifierConstructorDescriptionprivatePendingRecycle(List<GpuBuffer> buffers, GpuFence fence) Creates an instance of aPendingRecyclerecord class.