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