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