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