Interface VulkanSemaphoreType
- All Superinterfaces:
AutoCloseable, VulkanHandleNonDispatchableType, VulkanHandleType
- All Known Subinterfaces:
VulkanSemaphoreBinaryType, VulkanSemaphoreTimelineType
- All Known Implementing Classes:
VulkanLWJGLSemaphoreBinary, VulkanLWJGLSemaphoreTimeline
public sealed interface VulkanSemaphoreType
extends VulkanHandleNonDispatchableType
permits VulkanSemaphoreTimelineType, VulkanSemaphoreBinaryType
A semaphore represents a GPU to GPU synchronization.
- 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
-