| Package | Description |
|---|---|
| com.io7m.r2.core |
Core types and functions.
|
| Modifier and Type | Method and Description |
|---|---|
R2TranslucentBatched<M> |
R2TranslucentBatched.Builder.build()
Builds a new
R2TranslucentBatched. |
static <M> R2TranslucentBatched<M> |
R2TranslucentBatched.copyOf(R2TranslucentBatchedType<M> instance)
Creates an immutable copy of a
R2TranslucentBatchedType value. |
static <M> R2TranslucentBatched<M> |
R2TranslucentBatched.of(R2InstanceBatchedType instance,
R2ShaderTranslucentInstanceBatchedType<M> shader,
M shaderParameters,
Optional<com.io7m.jcanephora.renderstate.JCGLBlendState> blending,
com.io7m.jcanephora.renderstate.JCGLCullingState culling)
Construct a new immutable
R2TranslucentBatched instance. |
R2TranslucentBatched<M> |
R2TranslucentBatched.withBlending(com.io7m.jcanephora.renderstate.JCGLBlendState value)
Copy the current immutable object by setting a present value for the optional
blending attribute. |
R2TranslucentBatched<M> |
R2TranslucentBatched.withBlending(Optional<com.io7m.jcanephora.renderstate.JCGLBlendState> optional)
Copy the current immutable object by setting an optional value for the
blending attribute. |
R2TranslucentBatched<M> |
R2TranslucentBatched.withCulling(com.io7m.jcanephora.renderstate.JCGLCullingState value)
Copy the current immutable object by setting a value for the
culling attribute. |
R2TranslucentBatched<M> |
R2TranslucentBatched.withInstance(R2InstanceBatchedType value)
Copy the current immutable object by setting a value for the
instance attribute. |
R2TranslucentBatched<M> |
R2TranslucentBatched.withShader(R2ShaderTranslucentInstanceBatchedType<M> value)
Copy the current immutable object by setting a value for the
shader attribute. |
R2TranslucentBatched<M> |
R2TranslucentBatched.withShaderParameters(M value)
Copy the current immutable object by setting a value for the
shaderParameters attribute. |
Copyright © 2017 <code@io7m.com> http://io7m.com