Uses of Interface
com.io7m.jcoronado.api.VulkanImageCopyType
-
Packages that use VulkanImageCopyType Package Description com.io7m.jcoronado.api Type-safe Vulkan frontend (API) -
-
Uses of VulkanImageCopyType in com.io7m.jcoronado.api
Classes in com.io7m.jcoronado.api that implement VulkanImageCopyType Modifier and Type Class Description class
VulkanImageCopy
Structure specifying an image copy operation.Methods in com.io7m.jcoronado.api with parameters of type VulkanImageCopyType Modifier and Type Method Description static VulkanImageCopy
VulkanImageCopy. copyOf(VulkanImageCopyType instance)
Creates an immutable copy of aVulkanImageCopyType
value.VulkanImageCopy.Builder
VulkanImageCopy.Builder. from(VulkanImageCopyType instance)
Fill a builder with attribute values from the providedVulkanImageCopyType
instance.
-