Interface VulkanFenceType

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

public interface VulkanFenceType extends VulkanHandleNonDispatchableType
A fence represents a GPU to CPU synchronization.
See Also:
  • "VkFence"
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Destroy the object.

    Methods inherited from interface VulkanHandleType

    isClosed