| Package | Description |
|---|---|
| com.io7m.r2.core |
Core types and functions.
|
| com.io7m.r2.filters |
Default provided filters.
|
| Modifier and Type | Method and Description |
|---|---|
static R2CopyDepth |
R2CopyDepth.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static R2CopyDepth[] |
R2CopyDepth.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default R2CopyDepth |
R2FilterLightApplicatorParametersType.copyDepth() |
R2CopyDepth |
R2FilterLightApplicatorParameters.copyDepth() |
| Modifier and Type | Method and Description |
|---|---|
static R2FilterLightApplicatorParameters |
R2FilterLightApplicatorParameters.of(R2CopyDepth copyDepth,
R2GeometryBufferUsableType geometryBuffer,
R2Texture2DUsableType lightDiffuseTexture,
R2Texture2DUsableType lightSpecularTexture,
com.io7m.jareas.core.AreaInclusiveUnsignedLType outputViewport)
Construct a new immutable
R2FilterLightApplicatorParameters instance. |
R2FilterLightApplicatorParameters.Builder |
R2FilterLightApplicatorParameters.Builder.setCopyDepth(R2CopyDepth copyDepth)
Initializes the value for the
copyDepth attribute. |
R2FilterLightApplicatorParameters |
R2FilterLightApplicatorParameters.withCopyDepth(R2CopyDepth value)
Copy the current immutable object by setting a value for the
copyDepth attribute. |
Copyright © 2016 <code@io7m.com> http://io7m.com