Interface VulkanImageViewType
- All Superinterfaces:
AutoCloseable, VulkanHandleNonDispatchableType, VulkanHandleType
- All Known Implementing Classes:
VulkanLWJGLImageView
The type of Vulkan image views.
- See Also:
-
Method Summary
Methods inherited from interface VulkanHandleType
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
-