Interface VulkanBufferViewType
- All Superinterfaces:
AutoCloseable,VulkanHandleNonDispatchableType,VulkanHandleType
- All Known Implementing Classes:
VulkanLWJGLBufferView
- See Also:
-
Method Summary
Methods inherited from interface com.io7m.jcoronado.api.VulkanHandleType
isClosed
-
Method Details
-
close
Description copied from interface:VulkanHandleTypeDestroy the object.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceVulkanHandleType- Throws:
VulkanException- On errors
-
buffer
VulkanBufferType buffer()- Returns:
- The buffer to which this buffer view refers
-