Package net.minecraft.client.gl
Class GlGpuFence
java.lang.Object
net.minecraft.client.gl.GlGpuFence
- All Implemented Interfaces:
GpuFence
,AutoCloseable
- Mappings:
Namespace Name named net/minecraft/client/gl/GlGpuFence
intermediary net/minecraft/class_11270
official fme
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
handle
private long handle- Mappings:
Namespace Name Mixin selector named handle
Lnet/minecraft/client/gl/GlGpuFence;handle:J
intermediary field_60019
Lnet/minecraft/class_11270;field_60019:J
official a
Lfme;a:J
-
-
Constructor Details
-
GlGpuFence
public GlGpuFence()
-
-
Method Details
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceGpuFence
-
awaitCompletion
public boolean awaitCompletion(long timeoutNanos) - Specified by:
awaitCompletion
in interfaceGpuFence
- Mappings:
Namespace Name Mixin selector named awaitCompletion
Lcom/mojang/blaze3d/buffers/GpuFence;awaitCompletion(J)Z
intermediary awaitCompletion
Lcom/mojang/blaze3d/buffers/GpuFence;awaitCompletion(J)Z
official awaitCompletion
Lcom/mojang/blaze3d/buffers/GpuFence;awaitCompletion(J)Z
-