| 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 |
R2RefractionMaskedDeltaShaderBatched
Shader for refracting batched instances.
|
class |
R2RefractionMaskedDeltaShaderBillboarded
Shader for refracting billboarded instances.
|
class |
R2RefractionMaskedDeltaShaderSingle
Shader for refracting single instances.
|
class |
R2TranslucentShaderBasicPremultipliedBatched
Simple translucent shader for batched instances.
|
class |
R2TranslucentShaderBasicPremultipliedBillboarded
Simple translucent shader for billboarded instances.
|
class |
R2TranslucentShaderBasicPremultipliedSingle
Simple translucent shader for single instances.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
R2ShaderTranslucentInstanceBatchedType<M>
The type of shaders for rendering the surfaces of translucent batched
instances.
|
interface |
R2ShaderTranslucentInstanceBillboardedType<M>
The type of shaders for rendering the surfaces of translucent billboarded
instances.
|
interface |
R2ShaderTranslucentInstanceSingleType<M>
The type of shaders for rendering the surfaces of translucent single
instances.
|
| Modifier and Type | Class and Description |
|---|---|
class |
R2ShaderTranslucentInstanceBatchedVerifier<M>
A verifier for batched translucent instance shaders; a type that verifies
that a renderer has called all of the required methods in the correct order.
|
class |
R2ShaderTranslucentInstanceBillboardedVerifier<M>
A verifier for billboarded translucent instance shaders; a type that verifies
that a renderer has called all of the required methods in the correct order.
|
class |
R2ShaderTranslucentInstanceSingleVerifier<M>
A delegating verifier for translucent single-instance 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