Record Class VulkanSwapChainTimedOut
java.lang.Object
java.lang.Record
com.io7m.jcoronado.extensions.khr_swapchain.api.VulkanSwapChainTimedOut
- All Implemented Interfaces:
VulkanSwapChainAcquisitionResultType
public record VulkanSwapChainTimedOut()
extends Record
implements VulkanSwapChainAcquisitionResultType
The operation timed out waiting for a swapchain image to become available.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aVulkanSwapChainTimedOutrecord class. -
Method Summary
-
Constructor Details
-
VulkanSwapChainTimedOut
public VulkanSwapChainTimedOut()Creates an instance of aVulkanSwapChainTimedOutrecord class.
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal.
-