| Package | Description |
|---|---|
| com.io7m.r2.core.shaders.provided |
Default provided shaders.
|
| com.io7m.r2.core.shaders.types |
Shader types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
R2MaskShaderBatched
Shader for masking single instances.
|
class |
R2ShaderDebugVisualBatched
Debug visualization shader for batched instances.
|
class |
R2SurfaceShaderBasicBatched
Basic deferred surface shader for batched instances.
|
| Modifier and Type | Method and Description |
|---|---|
static R2ShaderInstanceBatchedType<R2SurfaceShaderBasicParameters> |
R2SurfaceShaderBasicBatched.newShader(com.io7m.jcanephora.core.api.JCGLShadersType in_shaders,
R2ShaderPreprocessingEnvironmentReadableType in_shader_env,
R2IDPoolType in_pool)
Construct a new shader.
|
static R2ShaderInstanceBatchedType<com.io7m.jtensors.parameterized.PVectorI4F<R2SpaceRGBAType>> |
R2ShaderDebugVisualBatched.newShader(com.io7m.jcanephora.core.api.JCGLShadersType in_shaders,
R2ShaderPreprocessingEnvironmentReadableType in_shader_env,
R2IDPoolType in_pool)
Construct a new shader.
|
static R2ShaderInstanceBatchedType<com.io7m.jfunctional.Unit> |
R2MaskShaderBatched.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 |
R2ShaderInstanceBatchedVerifier<M>
A verifier for batched instance shaders; a type that verifies that a renderer
has called all of the required methods in the correct order.
|
| Modifier and Type | Method and Description |
|---|---|
static <M> R2ShaderInstanceBatchedType<M> |
R2ShaderInstanceBatchedVerifier.newVerifier(R2ShaderInstanceBatchedType<M> s)
Construct a new verifier for the given shader.
|
| Modifier and Type | Method and Description |
|---|---|
static <M> R2ShaderInstanceBatchedType<M> |
R2ShaderInstanceBatchedVerifier.newVerifier(R2ShaderInstanceBatchedType<M> s)
Construct a new verifier for the given shader.
|
Copyright © 2016 <code@io7m.com> http://io7m.com