Class GpuFence

java.lang.Object
com.mojang.blaze3d.buffers.GpuFence
All Implemented Interfaces:
AutoCloseable

@Environment(CLIENT) public class GpuFence extends Object implements AutoCloseable
Mappings:
Namespace Name
named com/mojang/blaze3d/buffers/GpuFence
intermediary com/mojang/blaze3d/buffers/GpuFence
official com/mojang/blaze3d/buffers/GpuFence
  • Field Details Link icon

    • handle Link icon

      private long handle
  • Constructor Details Link icon

    • GpuFence Link icon

      public GpuFence()
  • Method Details Link icon

    • close Link icon

      public void close()
      Specified by:
      close in interface AutoCloseable
    • awaitCompletion Link icon

      public boolean awaitCompletion(long timeoutNanos)
      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