Record Class VulkanSwapChainNotReady
java.lang.Object
java.lang.Record
com.io7m.jcoronado.extensions.khr_swapchain.api.VulkanSwapChainNotReady
- All Implemented Interfaces:
VulkanSwapChainAcquisitionResultType
public record VulkanSwapChainNotReady()
extends Record
implements VulkanSwapChainAcquisitionResultType
The swapchain is not ready
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aVulkanSwapChainNotReadyrecord class. -
Method Summary
-
Constructor Details
-
VulkanSwapChainNotReady
public VulkanSwapChainNotReady()Creates an instance of aVulkanSwapChainNotReadyrecord 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.
-