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