Interface VulkanSemaphoreType

All Superinterfaces:
AutoCloseable, VulkanHandleNonDispatchableType, VulkanHandleType
All Known Implementing Classes:
VulkanLWJGLSemaphore

public interface VulkanSemaphoreType extends VulkanHandleNonDispatchableType
A semaphore represents a GPU to GPU synchronization.
See Also:
  • "VkSemaphore"
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Destroy the object.

    Methods inherited from interface com.io7m.jcoronado.api.VulkanHandleType

    isClosed