Class VulkanLWJGLEvent
java.lang.Object
com.io7m.jcoronado.lwjgl.internal.VulkanLWJGLEvent
- All Implemented Interfaces:
VulkanEventType
,VulkanHandleNonDispatchableType
,VulkanHandleType
,AutoCloseable
An event.
-
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:
isClosed
in interfaceVulkanHandleType
- Returns:
true
iff the handle has been destroyed withVulkanHandleType.close()
- See Also:
-
close
public final void close()Description copied from interface:VulkanHandleType
Destroy the object.- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceVulkanHandleType
-
equals
-
hashCode
-
toString
-
handle
public final long handle()- Returns:
- The raw handle
-
checkNotClosed
- Throws:
VulkanDestroyedException
-