public final class R2DebugShaderLightSphericalAttenuationSingle extends R2AbstractShader<R2LightSphericalSingleReadableType> implements R2ShaderLightVolumeSingleType<R2LightSphericalSingleReadableType>
| Modifier and Type | Method and Description |
|---|---|
static R2ShaderLightVolumeSingleType<R2LightSphericalSingleReadableType> |
newShader(com.io7m.jcanephora.core.api.JCGLShadersType in_shaders,
R2ShaderPreprocessingEnvironmentReadableType in_shader_env,
R2IDPoolType in_pool)
Construct a new shader.
|
void |
onReceiveBoundGeometryBufferTextures(com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type g,
R2GeometryBufferUsableType gbuffer,
com.io7m.jcanephora.core.JCGLTextureUnitType unit_albedo,
com.io7m.jcanephora.core.JCGLTextureUnitType unit_specular,
com.io7m.jcanephora.core.JCGLTextureUnitType unit_depth,
com.io7m.jcanephora.core.JCGLTextureUnitType unit_normals)
Set the bound geometry buffer textures for the current shader.
|
void |
onReceiveValues(com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type g,
R2ShaderParametersLightType<R2LightSphericalSingleReadableType> light_parameters)
Set light values.
|
void |
onReceiveVolumeLightTransform(com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type g,
R2MatricesVolumeLightValuesType m)
Set shader values that are derived from the current volume light
transform.
|
void |
onValidate()
Validate the shader prior to executing a draw call.
|
Class<R2LightSphericalSingleReadableType> |
shaderParametersType() |
delete, isDeleted, onActivate, onDeactivate, shaderID, shaderProgramclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeleteonActivate, onDeactivate, shaderID, shaderProgrampublic static R2ShaderLightVolumeSingleType<R2LightSphericalSingleReadableType> newShader(com.io7m.jcanephora.core.api.JCGLShadersType in_shaders, R2ShaderPreprocessingEnvironmentReadableType in_shader_env, R2IDPoolType in_pool)
in_shaders - A shader interfacein_shader_env - A shader preprocessing environmentin_pool - The ID poolpublic Class<R2LightSphericalSingleReadableType> shaderParametersType()
shaderParametersType in interface R2ShaderUsableType<R2LightSphericalSingleReadableType>public void onValidate()
throws R2ExceptionShaderValidationFailed
R2ShaderUsableTypeonValidate in interface R2ShaderUsableType<R2LightSphericalSingleReadableType>R2ExceptionShaderValidationFailed - If validation failspublic void onReceiveBoundGeometryBufferTextures(com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type g,
R2GeometryBufferUsableType gbuffer,
com.io7m.jcanephora.core.JCGLTextureUnitType unit_albedo,
com.io7m.jcanephora.core.JCGLTextureUnitType unit_specular,
com.io7m.jcanephora.core.JCGLTextureUnitType unit_depth,
com.io7m.jcanephora.core.JCGLTextureUnitType unit_normals)
R2ShaderLightSingleUsableTypeSet the bound geometry buffer textures for the current shader.
This method will be called exactly once between calls to R2ShaderUsableType.onActivate(com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type)
and R2ShaderUsableType.onValidate().
onReceiveBoundGeometryBufferTextures in interface R2ShaderLightSingleUsableType<R2LightSphericalSingleReadableType>g - An OpenGL interfacegbuffer - The geometry bufferunit_albedo - The texture unit to which the geometry buffer's
albedo/emissive texture is boundunit_specular - The texture unit to which the geometry buffer's
specular texture is boundunit_depth - The texture unit to which the geometry buffer's
depth/stencil texture is boundunit_normals - The texture unit to which the geometry buffer's
normalpublic void onReceiveValues(com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type g,
R2ShaderParametersLightType<R2LightSphericalSingleReadableType> light_parameters)
R2ShaderLightSingleUsableTypeSet light values.
This method will be called once for each light that uses the current shader.
This method will be called after a call to R2ShaderUsableType.onActivate(com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type)
and before a call to R2ShaderUsableType.onValidate().
onReceiveValues in interface R2ShaderLightSingleUsableType<R2LightSphericalSingleReadableType>g - An OpenGL interfacelight_parameters - The light parameterspublic void onReceiveVolumeLightTransform(com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type g,
R2MatricesVolumeLightValuesType m)
R2ShaderLightVolumeSingleUsableTypeSet shader values that are derived from the current volume light transform.
This method will be called exactly once for each light that uses the shader.
This method will be called after a call to R2ShaderUsableType.onActivate(com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type)
and before a call to R2ShaderUsableType.onValidate().
onReceiveVolumeLightTransform in interface R2ShaderLightVolumeSingleUsableType<R2LightSphericalSingleReadableType>g - An OpenGL interfacem - The instance matricesCopyright © 2017 <code@io7m.com> http://io7m.com