public static final class R2ShaderParametersView.Builder extends Object
R2ShaderParametersView.
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.
| Modifier and Type | Method and Description |
|---|---|
R2ShaderParametersView |
build()
Builds a new
R2ShaderParametersView. |
R2ShaderParametersView.Builder |
from(R2ShaderParametersViewType instance)
Fill a builder with attribute values from the provided
R2ShaderParametersViewType instance. |
R2ShaderParametersView.Builder |
setObserverMatrices(R2MatricesObserverValuesType observerMatrices)
Initializes the value for the
observerMatrices attribute. |
R2ShaderParametersView.Builder |
setViewport(com.io7m.jareas.core.AreaInclusiveUnsignedLType viewport)
Initializes the value for the
viewport attribute. |
public final R2ShaderParametersView.Builder from(R2ShaderParametersViewType instance)
R2ShaderParametersViewType instance.
Regular attribute values will be replaced with those from the given instance.
Absent optional values will not replace present values.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final R2ShaderParametersView.Builder setObserverMatrices(R2MatricesObserverValuesType observerMatrices)
observerMatrices attribute.observerMatrices - The value for observerMatricesthis builder for use in a chained invocationpublic final R2ShaderParametersView.Builder setViewport(com.io7m.jareas.core.AreaInclusiveUnsignedLType viewport)
viewport attribute.viewport - The value for viewportthis builder for use in a chained invocationpublic R2ShaderParametersView build()
R2ShaderParametersView.IllegalStateException - if any required attributes are missingCopyright © 2016 <code@io7m.com> http://io7m.com