Interface VulkanHandleType

    • Method Detail

      • close

        void close()
            throws VulkanException
        Destroy the object.
        Specified by:
        close in interface java.lang.AutoCloseable
        Throws:
        VulkanException - On errors
      • isClosed

        boolean isClosed()
        Returns:
        true iff the handle has been destroyed with close()
        See Also:
        close()