Interface VulkanSemaphoreType
- All Superinterfaces:
AutoCloseable,VulkanHandleNonDispatchableType,VulkanHandleType
- All Known Implementing Classes:
VulkanLWJGLSemaphore
A semaphore represents a GPU to GPU synchronization.
- 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
-