Class GlGpuFence

java.lang.Object
net.minecraft.client.gl.GlGpuFence
All Implemented Interfaces:
GpuFence, AutoCloseable

@Environment(CLIENT) public class GlGpuFence extends Object implements GpuFence
Mappings:
Namespace Name
named net/minecraft/client/gl/GlGpuFence
intermediary net/minecraft/class_11270
official fme
  • 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 interface AutoCloseable
      Specified by:
      close in interface GpuFence
    • awaitCompletion

      public boolean awaitCompletion(long timeoutNanos)
      Specified by:
      awaitCompletion in interface GpuFence
      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