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