Class VulkanComputeWorkGroupSize.Builder
java.lang.Object
com.io7m.jcoronado.api.VulkanComputeWorkGroupSize.Builder
- Enclosing class:
VulkanComputeWorkGroupSize
Builds instances of type
VulkanComputeWorkGroupSize.
Initialize attributes and then invoke the build() method to create an
immutable instance.
Builder is not thread-safe and generally should not be stored in a field or collection,
but instead used immediately to create instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds a newVulkanComputeWorkGroupSize.from(VulkanComputeWorkGroupSizeType instance) Fill a builder with attribute values from the providedVulkanComputeWorkGroupSizeTypeinstance.setMaximumX(int maximumX) Initializes the value for themaximumXattribute.setMaximumY(int maximumY) Initializes the value for themaximumYattribute.setMaximumZ(int maximumZ) Initializes the value for themaximumZattribute.
-
Method Details
-
from
Fill a builder with attribute values from the providedVulkanComputeWorkGroupSizeTypeinstance. Regular attribute values will be replaced with those from the given instance. Absent optional values will not replace present values.- Parameters:
instance- The instance from which to copy values- Returns:
thisbuilder for use in a chained invocation
-
setMaximumX
-
setMaximumY
-
setMaximumZ
-
build
Builds a newVulkanComputeWorkGroupSize.- Returns:
- An immutable instance of VulkanComputeWorkGroupSize
- Throws:
IllegalStateException- if any required attributes are missing
-