Interface GpuFence

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
GlFence

public interface GpuFence extends AutoCloseable
  • Method Summary

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

    • close

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

      boolean awaitCompletion(long pTimeout)