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