Uses of Interface
com.io7m.jcoronado.api.VulkanLogicalDeviceQueueCreateInfoType
-
Packages that use VulkanLogicalDeviceQueueCreateInfoType Package Description com.io7m.jcoronado.api Type-safe Vulkan frontend (API) -
-
Uses of VulkanLogicalDeviceQueueCreateInfoType in com.io7m.jcoronado.api
Classes in com.io7m.jcoronado.api that implement VulkanLogicalDeviceQueueCreateInfoType Modifier and Type Class Description class
VulkanLogicalDeviceQueueCreateInfo
The information required to create a queue on a device.Methods in com.io7m.jcoronado.api with parameters of type VulkanLogicalDeviceQueueCreateInfoType Modifier and Type Method Description static VulkanLogicalDeviceQueueCreateInfo
VulkanLogicalDeviceQueueCreateInfo. copyOf(VulkanLogicalDeviceQueueCreateInfoType instance)
Creates an immutable copy of aVulkanLogicalDeviceQueueCreateInfoType
value.VulkanLogicalDeviceQueueCreateInfo.Builder
VulkanLogicalDeviceQueueCreateInfo.Builder. from(VulkanLogicalDeviceQueueCreateInfoType instance)
Fill a builder with attribute values from the providedVulkanLogicalDeviceQueueCreateInfoType
instance.
-