| Package | Description |
|---|---|
| com.io7m.r2.filters |
Default provided filters.
|
| Modifier and Type | Method and Description |
|---|---|
default R2FilterFXAAQuality |
R2FilterFXAAParametersType.quality() |
R2FilterFXAAQuality |
R2FilterFXAAParameters.quality() |
static R2FilterFXAAQuality |
R2FilterFXAAQuality.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static R2FilterFXAAQuality[] |
R2FilterFXAAQuality.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static R2ShaderFilterType<R2ShaderFilterFXAAParameters> |
R2ShaderFilterFXAAA.newShader(com.io7m.jcanephora.core.api.JCGLShadersType in_shaders,
R2ShaderPreprocessingEnvironmentReadableType in_shader_env,
R2IDPoolType in_pool,
R2FilterFXAAQuality q)
Construct a new shader.
|
static R2FilterFXAAParameters |
R2FilterFXAAParameters.of(R2Texture2DUsableType texture,
R2FilterFXAAQuality quality,
float subPixelAliasingRemoval,
float edgeThreshold,
float edgeThresholdMinimum)
Construct a new immutable
R2FilterFXAAParameters instance. |
R2FilterFXAAParameters.Builder |
R2FilterFXAAParameters.Builder.setQuality(R2FilterFXAAQuality quality)
Initializes the value for the
quality attribute. |
R2FilterFXAAParameters |
R2FilterFXAAParameters.withQuality(R2FilterFXAAQuality value)
Copy the current immutable object by setting a value for the
quality attribute. |
Copyright © 2017 <code@io7m.com> http://io7m.com