static VulkanClearValueColorFloatingPoint.Builder |
VulkanClearValueColorFloatingPoint.builder() |
|
VulkanClearValueColorFloatingPoint.Builder |
VulkanClearValueColorFloatingPoint.Builder.from(VulkanClearValueType.VulkanClearValueColorFloatingPointType instance) |
Fill a builder with attribute values from the provided VulkanClearValueColorFloatingPointType instance.
|
VulkanClearValueColorFloatingPoint.Builder |
VulkanClearValueColorFloatingPoint.Builder.setAlpha(float alpha) |
Initializes the value for the alpha attribute.
|
VulkanClearValueColorFloatingPoint.Builder |
VulkanClearValueColorFloatingPoint.Builder.setBlue(float blue) |
Initializes the value for the blue attribute.
|
VulkanClearValueColorFloatingPoint.Builder |
VulkanClearValueColorFloatingPoint.Builder.setGreen(float green) |
Initializes the value for the green attribute.
|
VulkanClearValueColorFloatingPoint.Builder |
VulkanClearValueColorFloatingPoint.Builder.setRed(float red) |
Initializes the value for the red attribute.
|