Class VulkanLWJGLQueryPool
java.lang.Object
com.io7m.jcoronado.lwjgl.internal.VulkanLWJGLQueryPool
- All Implemented Interfaces:
VulkanHandleNonDispatchableType, VulkanHandleType, VulkanQueryPoolType, com.io7m.jmulticlose.core.CloseableType, AutoCloseable
LWJGL
VulkanQueryPoolType.-
Method Summary
Methods inherited from interface com.io7m.jmulticlose.core.CloseableType
isClosedMethods inherited from interface VulkanQueryPoolType
close
-
Method Details
-
logger
protected org.slf4j.Logger logger() -
closeActual
protected void closeActual() -
hostAllocatorProxy
- Returns:
- The underlying host allocator proxy
-
isClosed
public final boolean isClosed()- Specified by:
isClosedin interfacecom.io7m.jmulticlose.core.CloseableType
-
close
public final void close()Description copied from interface:VulkanHandleTypeDestroy the object.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceVulkanHandleType
-
equals
-
hashCode
-
toString
-
handle
public final long handle()- Returns:
- The raw handle
-
checkNotClosed
- Throws:
VulkanDestroyedException
-
setName
-