Uses of Interface
com.io7m.jcoronado.api.VulkanImageViewCreateInfoType
-
Packages that use VulkanImageViewCreateInfoType Package Description com.io7m.jcoronado.api Type-safe Vulkan frontend (API) -
-
Uses of VulkanImageViewCreateInfoType in com.io7m.jcoronado.api
Classes in com.io7m.jcoronado.api that implement VulkanImageViewCreateInfoType Modifier and Type Class Description class
VulkanImageViewCreateInfo
The type of Vulkan image view creation information.Methods in com.io7m.jcoronado.api with parameters of type VulkanImageViewCreateInfoType Modifier and Type Method Description static VulkanImageViewCreateInfo
VulkanImageViewCreateInfo. copyOf(VulkanImageViewCreateInfoType instance)
Creates an immutable copy of aVulkanImageViewCreateInfoType
value.VulkanImageViewCreateInfo.Builder
VulkanImageViewCreateInfo.Builder. from(VulkanImageViewCreateInfoType instance)
Fill a builder with attribute values from the providedVulkanImageViewCreateInfoType
instance.
-