| Package | Description |
|---|---|
| com.io7m.r2.core |
Core types and functions.
|
| Modifier and Type | Method and Description |
|---|---|
R2MaterialOpaqueBatched<M> |
R2MaterialOpaqueBatched.Builder.build()
Builds a new
R2MaterialOpaqueBatched. |
static <M> R2MaterialOpaqueBatched<M> |
R2MaterialOpaqueBatched.copyOf(R2MaterialOpaqueBatchedType<M> instance)
Creates an immutable copy of a
R2MaterialOpaqueBatchedType value. |
static <M> R2MaterialOpaqueBatched<M> |
R2MaterialOpaqueBatched.of(long materialID,
R2ShaderInstanceBatchedUsableType<M> shader,
M shaderParameters)
Construct a new immutable
R2MaterialOpaqueBatched instance. |
R2MaterialOpaqueBatched<M> |
R2MaterialOpaqueBatched.withMaterialID(long value)
Copy the current immutable object by setting a value for the
materialID attribute. |
R2MaterialOpaqueBatched<M> |
R2MaterialOpaqueBatched.withShader(R2ShaderInstanceBatchedUsableType<M> value)
Copy the current immutable object by setting a value for the
shader attribute. |
R2MaterialOpaqueBatched<M> |
R2MaterialOpaqueBatched.withShaderParameters(M value)
Copy the current immutable object by setting a value for the
shaderParameters attribute. |
Copyright © 2017 <code@io7m.com> http://io7m.com