| Package | Description |
|---|---|
| com.io7m.r2.core |
Core types and functions.
|
| Modifier and Type | Method and Description |
|---|---|
default R2DepthPrecision |
R2DepthVarianceBufferDescriptionType.depthPrecision() |
R2DepthPrecision |
R2DepthVarianceBufferDescription.depthPrecision() |
default R2DepthPrecision |
R2DepthOnlyBufferDescriptionType.depthPrecision() |
R2DepthPrecision |
R2DepthOnlyBufferDescription.depthPrecision() |
R2DepthPrecision |
R2DepthAttachmentCreateType.precision() |
R2DepthPrecision |
R2DepthAttachmentCreate.precision() |
static R2DepthPrecision |
R2DepthPrecision.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static R2DepthPrecision[] |
R2DepthPrecision.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static R2DepthVarianceBufferDescription |
R2DepthVarianceBufferDescription.of(com.io7m.jareas.core.AreaInclusiveUnsignedLType area,
com.io7m.jcanephora.core.JCGLTextureFilterMagnification magnificationFilter,
com.io7m.jcanephora.core.JCGLTextureFilterMinification minificationFilter,
R2DepthPrecision depthPrecision,
R2DepthVariancePrecision depthVariancePrecision)
Construct a new immutable
R2DepthVarianceBufferDescription instance. |
static R2DepthAttachmentCreate |
R2DepthAttachmentCreate.of(R2DepthPrecision precision)
Construct a new immutable
R2DepthAttachmentCreate instance. |
R2DepthVarianceBufferDescription.Builder |
R2DepthVarianceBufferDescription.Builder.setDepthPrecision(R2DepthPrecision depthPrecision)
Initializes the value for the
depthPrecision attribute. |
R2DepthOnlyBufferDescription.Builder |
R2DepthOnlyBufferDescription.Builder.setDepthPrecision(R2DepthPrecision depthPrecision)
Initializes the value for the
depthPrecision attribute. |
R2DepthAttachmentCreate.Builder |
R2DepthAttachmentCreate.Builder.setPrecision(R2DepthPrecision precision)
Initializes the value for the
precision attribute. |
R2DepthVarianceBufferDescription |
R2DepthVarianceBufferDescription.withDepthPrecision(R2DepthPrecision value)
Copy the current immutable object by setting a value for the
depthPrecision attribute. |
R2DepthOnlyBufferDescription |
R2DepthOnlyBufferDescription.withDepthPrecision(R2DepthPrecision value)
Copy the current immutable object by setting a value for the
depthPrecision attribute. |
R2DepthAttachmentCreate |
R2DepthAttachmentCreate.withPrecision(R2DepthPrecision value)
Copy the current immutable object by setting a value for the
precision attribute. |
Copyright © 2016 <code@io7m.com> http://io7m.com