Interface VulkanImageViewType
- All Superinterfaces:
AutoCloseable, com.io7m.jmulticlose.core.CloseableType, VulkanHandleNonDispatchableType, VulkanHandleType
- All Known Implementing Classes:
VulkanLWJGLImageView
The type of Vulkan image views.
- See Also:
-
Method Summary
Methods inherited from interface com.io7m.jmulticlose.core.CloseableType
isClosed
-
Method Details
-
close
Description copied from interface:VulkanHandleTypeDestroy the object.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceVulkanHandleType- Throws:
VulkanException- On errors
-
image
VulkanImageType image()- Returns:
- The image to which this image view refers
-