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