Class VulkanPipelineTessellationStateCreateInfo.Builder
java.lang.Object
com.io7m.jcoronado.api.VulkanPipelineTessellationStateCreateInfo.Builder
- Enclosing class:
VulkanPipelineTessellationStateCreateInfo
Builds instances of type
VulkanPipelineTessellationStateCreateInfo.
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 TypeMethodDescriptionAdds elements toflagsset.Adds one element toflagsset.addFlags(VulkanPipelineTessellationStageCreateFlag... elements) Adds elements toflagsset.build()Builds a newVulkanPipelineTessellationStateCreateInfo.Fill a builder with attribute values from the providedVulkanPipelineTessellationStateCreateInfoTypeinstance.Sets or replaces all elements forflagsset.setPatchControlPoints(int patchControlPoints) Initializes the value for thepatchControlPointsattribute.
-
Method Details
-
from
public final VulkanPipelineTessellationStateCreateInfo.Builder from(VulkanPipelineTessellationStateCreateInfoType instance) Fill a builder with attribute values from the providedVulkanPipelineTessellationStateCreateInfoTypeinstance. Regular attribute values will be replaced with those from the given instance. Absent optional values will not replace present values. Collection elements and entries will be added, not replaced.- Parameters:
instance- The instance from which to copy values- Returns:
thisbuilder for use in a chained invocation
-
addFlags
public final VulkanPipelineTessellationStateCreateInfo.Builder addFlags(VulkanPipelineTessellationStageCreateFlag element) Adds one element toflagsset.- Parameters:
element- A flags element- Returns:
thisbuilder for use in a chained invocation
-
addFlags
public final VulkanPipelineTessellationStateCreateInfo.Builder addFlags(VulkanPipelineTessellationStageCreateFlag... elements) Adds elements toflagsset.- Parameters:
elements- An array of flags elements- Returns:
thisbuilder for use in a chained invocation
-
setFlags
public final VulkanPipelineTessellationStateCreateInfo.Builder setFlags(Iterable<VulkanPipelineTessellationStageCreateFlag> elements) Sets or replaces all elements forflagsset.- Parameters:
elements- An iterable of flags elements- Returns:
thisbuilder for use in a chained invocation
-
addAllFlags
public final VulkanPipelineTessellationStateCreateInfo.Builder addAllFlags(Iterable<VulkanPipelineTessellationStageCreateFlag> elements) Adds elements toflagsset.- Parameters:
elements- An iterable of flags elements- Returns:
thisbuilder for use in a chained invocation
-
setPatchControlPoints
public final VulkanPipelineTessellationStateCreateInfo.Builder setPatchControlPoints(int patchControlPoints) Initializes the value for thepatchControlPointsattribute.- Parameters:
patchControlPoints- The value for patchControlPoints- Returns:
thisbuilder for use in a chained invocation
-
build
Builds a newVulkanPipelineTessellationStateCreateInfo.- Returns:
- An immutable instance of VulkanPipelineTessellationStateCreateInfo
- Throws:
IllegalStateException- if any required attributes are missing
-