Class GlFence
java.lang.Object
dev.engine.graphics.opengl.GlFence
- All Implemented Interfaces:
GpuFence, AutoCloseable
-
Method Details
-
isSignaled
public boolean isSignaled()Description copied from interface:GpuFenceReturns true if the GPU has passed this fence (work is complete).- Specified by:
isSignaledin interfaceGpuFence
-
waitFor
-
waitFor
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceGpuFence
-