| Package | Description |
|---|---|
| com.io7m.r2.core.debug |
Types and functions associated with debugging.
|
| com.io7m.r2.core.shaders.provided |
Default provided shaders.
|
| com.io7m.r2.core.shaders.types |
Shader types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
R2DebugShaderLightDirectionalConstantSingle
Directional light shader that ignores the surface and applies a constant
color.
|
| Modifier and Type | Method and Description |
|---|---|
static R2ShaderLightSingleType<R2LightDirectionalScreenSingle> |
R2DebugShaderLightDirectionalConstantSingle.newShader(com.io7m.jcanephora.core.api.JCGLShadersType in_shaders,
R2ShaderPreprocessingEnvironmentReadableType in_shader_env,
R2IDPoolType in_pool)
Construct a new shader.
|
| Modifier and Type | Class and Description |
|---|---|
class |
R2LightShaderAmbientSingle
Ambient light shader for single lights.
|
class |
R2LightShaderDirectionalSpecularSingle
Directional light shader for single lights.
|
| Modifier and Type | Method and Description |
|---|---|
static R2ShaderLightSingleType<R2LightDirectionalScreenSingle> |
R2LightShaderDirectionalSpecularSingle.newShader(com.io7m.jcanephora.core.api.JCGLShadersType in_shaders,
R2ShaderPreprocessingEnvironmentReadableType in_shader_env,
R2IDPoolType in_pool)
Construct a new shader.
|
static R2ShaderLightSingleType<R2LightAmbientScreenSingle> |
R2LightShaderAmbientSingle.newShader(com.io7m.jcanephora.core.api.JCGLShadersType in_shaders,
R2ShaderPreprocessingEnvironmentReadableType in_shader_env,
R2IDPoolType in_pool)
Construct a new shader.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
R2ShaderLightScreenSingleType<M extends R2LightSingleReadableType>
The type of single-instance light shaders that operate on full-screen quads.
|
| Modifier and Type | Class and Description |
|---|---|
class |
R2ShaderLightScreenSingleVerifier<M extends R2LightScreenSingleType>
A verifier for single-instance volume light shaders; a type that verifies
that a renderer has called all of the required methods in the correct order.
|
Copyright © 2016 <code@io7m.com> http://io7m.com