| Package | Description |
|---|---|
| com.io7m.r2.core.shaders.types |
Shader types.
|
| Modifier and Type | Method and Description |
|---|---|
R2ShaderParametersViewMutable |
R2ShaderParametersViewMutable.clear()
Clears the object by setting all attributes to their initial values.
|
static R2ShaderParametersViewMutable |
R2ShaderParametersViewMutable.create()
Construct a modifiable instance of
R2ShaderParametersViewType. |
static R2ShaderParametersViewMutable |
R2ShaderParametersViewMutable.create(R2MatricesObserverValuesType observerMatrices,
com.io7m.jareas.core.AreaInclusiveUnsignedLType viewport)
Construct a modifiable instance of
R2ShaderParametersViewType. |
R2ShaderParametersViewMutable |
R2ShaderParametersViewMutable.from(R2ShaderParametersViewType instance)
Fill this modifiable instance with attribute values from the provided
R2ShaderParametersViewType instance. |
R2ShaderParametersViewMutable |
R2ShaderParametersViewMutable.setObserverMatrices(R2MatricesObserverValuesType observerMatrices)
Assigns a value to the
observerMatrices attribute. |
R2ShaderParametersViewMutable |
R2ShaderParametersViewMutable.setViewport(com.io7m.jareas.core.AreaInclusiveUnsignedLType viewport)
Assigns a value to the
viewport attribute. |
R2ShaderParametersViewMutable |
R2ShaderParametersViewMutable.unsetObserverMatrices()
Reset an attribute to its initial value.
|
R2ShaderParametersViewMutable |
R2ShaderParametersViewMutable.unsetViewport()
Reset an attribute to its initial value.
|
Copyright © 2016 <code@io7m.com> http://io7m.com