Interface GpuFence

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
GlGpuFence

@Environment(CLIENT) public interface GpuFence extends AutoCloseable
Mappings:
Namespace Name
named com/mojang/blaze3d/buffers/GpuFence
intermediary com/mojang/blaze3d/buffers/GpuFence
official com/mojang/blaze3d/buffers/GpuFence
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    awaitCompletion(long timeoutNanos)
     
    void
     
  • Method Details

    • close

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

      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