VulkanPhysicalDeviceProperties |
VulkanPhysicalDeviceProperties.Builder.build() |
|
static VulkanPhysicalDeviceProperties |
VulkanPhysicalDeviceProperties.copyOf(VulkanPhysicalDevicePropertiesType instance) |
|
static VulkanPhysicalDeviceProperties |
VulkanPhysicalDeviceProperties.of(java.lang.String name,
VulkanPhysicalDevicePropertiesType.Type type,
int id,
int vendorId,
VulkanVersion apiVersion,
VulkanVersion driverVersion) |
Construct a new immutable VulkanPhysicalDeviceProperties instance.
|
VulkanPhysicalDeviceProperties |
VulkanPhysicalDeviceType.properties() |
|
VulkanPhysicalDeviceProperties |
VulkanPhysicalDeviceProperties.withApiVersion(VulkanVersion value) |
Copy the current immutable object by setting a value for the apiVersion attribute.
|
VulkanPhysicalDeviceProperties |
VulkanPhysicalDeviceProperties.withDriverVersion(VulkanVersion value) |
Copy the current immutable object by setting a value for the driverVersion attribute.
|
VulkanPhysicalDeviceProperties |
VulkanPhysicalDeviceProperties.withId(int value) |
Copy the current immutable object by setting a value for the id attribute.
|
VulkanPhysicalDeviceProperties |
VulkanPhysicalDeviceProperties.withName(java.lang.String value) |
Copy the current immutable object by setting a value for the name attribute.
|
VulkanPhysicalDeviceProperties |
VulkanPhysicalDeviceProperties.withType(VulkanPhysicalDevicePropertiesType.Type value) |
Copy the current immutable object by setting a value for the type attribute.
|
VulkanPhysicalDeviceProperties |
VulkanPhysicalDeviceProperties.withVendorId(int value) |
Copy the current immutable object by setting a value for the vendorId attribute.
|