Class VulkanLWJGLExtDebugUtilsMessenger
java.lang.Object
com.io7m.jcoronado.lwjgl.internal.VulkanLWJGLExtDebugUtilsMessenger
- All Implemented Interfaces:
VulkanHandleNonDispatchableType,VulkanHandleType,VulkanDebugUtilsMessengerEXTType,AutoCloseable
public final class VulkanLWJGLExtDebugUtilsMessenger
extends Object
implements VulkanDebugUtilsMessengerEXTType
-
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.io7m.jcoronado.extensions.ext_debug_utils.api.VulkanDebugUtilsMessengerEXTType
closeMethods inherited from interface com.io7m.jcoronado.api.VulkanHandleType
isClosed
-
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 interfaceVulkanHandleType- Returns:
trueiff the handle has been destroyed withVulkanHandleType.close()- See Also:
-
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
-