public static final class R2ShaderParametersLight.Builder<M> extends Object
R2ShaderParametersLight.
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 |
|---|---|
R2ShaderParametersLight<M> |
build()
Builds a new
R2ShaderParametersLight. |
R2ShaderParametersLight.Builder<M> |
from(R2ShaderParametersLightType<M> instance)
Fill a builder with attribute values from the provided
R2ShaderParametersLightType instance. |
R2ShaderParametersLight.Builder<M> |
setObserverMatrices(R2MatricesObserverValuesType observerMatrices)
Initializes the value for the
observerMatrices attribute. |
R2ShaderParametersLight.Builder<M> |
setTextureUnitContext(com.io7m.jcanephora.texture_unit_allocator.JCGLTextureUnitContextMutableType textureUnitContext)
Initializes the value for the
textureUnitContext attribute. |
R2ShaderParametersLight.Builder<M> |
setValues(M values)
Initializes the value for the
values attribute. |
R2ShaderParametersLight.Builder<M> |
setViewport(com.io7m.jareas.core.AreaInclusiveUnsignedLType viewport)
Initializes the value for the
viewport attribute. |
public final R2ShaderParametersLight.Builder<M> from(R2ShaderParametersLightType<M> instance)
R2ShaderParametersLightType 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 R2ShaderParametersLight.Builder<M> setTextureUnitContext(com.io7m.jcanephora.texture_unit_allocator.JCGLTextureUnitContextMutableType textureUnitContext)
textureUnitContext attribute.textureUnitContext - The value for textureUnitContextthis builder for use in a chained invocationpublic final R2ShaderParametersLight.Builder<M> setValues(M values)
values attribute.values - The value for valuesthis builder for use in a chained invocationpublic final R2ShaderParametersLight.Builder<M> setObserverMatrices(R2MatricesObserverValuesType observerMatrices)
observerMatrices attribute.observerMatrices - The value for observerMatricesthis builder for use in a chained invocationpublic final R2ShaderParametersLight.Builder<M> setViewport(com.io7m.jareas.core.AreaInclusiveUnsignedLType viewport)
viewport attribute.viewport - The value for viewportthis builder for use in a chained invocationpublic R2ShaderParametersLight<M> build()
R2ShaderParametersLight.IllegalStateException - if any required attributes are missingCopyright © 2016 <code@io7m.com> http://io7m.com