Uses of Interface
com.io7m.jcoronado.api.VulkanOffset3DType
-
Packages that use VulkanOffset3DType Package Description com.io7m.jcoronado.api Type-safe Vulkan frontend (API) -
-
Uses of VulkanOffset3DType in com.io7m.jcoronado.api
Classes in com.io7m.jcoronado.api that implement VulkanOffset3DType Modifier and Type Class Description class
VulkanOffset3D
Structure specifying a three-dimensional offset.Methods in com.io7m.jcoronado.api with parameters of type VulkanOffset3DType Modifier and Type Method Description static VulkanOffset3D
VulkanOffset3D. copyOf(VulkanOffset3DType instance)
Creates an immutable copy of aVulkanOffset3DType
value.VulkanOffset3D.Builder
VulkanOffset3D.Builder. from(VulkanOffset3DType instance)
Fill a builder with attribute values from the providedVulkanOffset3DType
instance.
-