Uses of Class
com.io7m.jcoronado.api.VulkanPhysicalDevicePropertiesType.Type
-
Packages that use VulkanPhysicalDevicePropertiesType.Type Package Description com.io7m.jcoronado.api Type-safe Vulkan frontend (API) -
-
Uses of VulkanPhysicalDevicePropertiesType.Type in com.io7m.jcoronado.api
Methods in com.io7m.jcoronado.api that return VulkanPhysicalDevicePropertiesType.Type Modifier and Type Method Description static VulkanPhysicalDevicePropertiesType.Type
VulkanPhysicalDevicePropertiesType.Type. ofInt(int x)
VulkanPhysicalDevicePropertiesType.Type
VulkanPhysicalDeviceProperties. type()
VulkanPhysicalDevicePropertiesType.Type
VulkanPhysicalDevicePropertiesType. type()
static VulkanPhysicalDevicePropertiesType.Type
VulkanPhysicalDevicePropertiesType.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static VulkanPhysicalDevicePropertiesType.Type[]
VulkanPhysicalDevicePropertiesType.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.io7m.jcoronado.api with parameters of type VulkanPhysicalDevicePropertiesType.Type Modifier and Type Method Description static VulkanPhysicalDeviceProperties
VulkanPhysicalDeviceProperties. of(java.lang.String name, VulkanPhysicalDevicePropertiesType.Type type, int id, int vendorId, VulkanVersion apiVersion, VulkanVersion driverVersion)
Construct a new immutableVulkanPhysicalDeviceProperties
instance.VulkanPhysicalDeviceProperties.Builder
VulkanPhysicalDeviceProperties.Builder. setType(VulkanPhysicalDevicePropertiesType.Type type)
Initializes the value for thetype
attribute.VulkanPhysicalDeviceProperties
VulkanPhysicalDeviceProperties. withType(VulkanPhysicalDevicePropertiesType.Type value)
Copy the current immutable object by setting a value for thetype
attribute.
-