public final class R2FilterLightApplicator extends Object implements R2FilterType<R2FilterLightApplicatorParametersType>
A trivial filter that combines a geometry buffer and a light buffer into a lit image.
The filter takes various buffers as input and writes a lit image to the currently bound framebuffer. It can optionally copy the geometry buffer's depth buffer to the current depth buffer.
| Modifier and Type | Method and Description |
|---|---|
void |
delete(com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type gx)
Delete the current object.
|
boolean |
isDeleted() |
static R2FilterType<R2FilterLightApplicatorParametersType> |
newFilter(R2ShaderPreprocessingEnvironmentReadableType in_shader_env,
com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type in_g,
R2IDPoolType in_pool,
R2UnitQuadUsableType in_quad)
Construct a new filter.
|
void |
runFilter(com.io7m.jcanephora.profiler.JCGLProfilingContextType pc,
com.io7m.jcanephora.texture_unit_allocator.JCGLTextureUnitContextParentType uc,
R2FilterLightApplicatorParametersType parameters)
Run the filter for the given parameters.
|
public static R2FilterType<R2FilterLightApplicatorParametersType> newFilter(R2ShaderPreprocessingEnvironmentReadableType in_shader_env, com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type in_g, R2IDPoolType in_pool, R2UnitQuadUsableType in_quad)
in_shader_env - Shader sourcesin_g - A GL interfacein_pool - An ID poolin_quad - A unit quadpublic void delete(com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type gx)
throws R2Exception
R2DeletableTypedelete in interface R2DeletableTypegx - An OpenGL interfaceR2Exception - On errorspublic boolean isDeleted()
isDeleted in interface com.io7m.jcanephora.core.JCGLResourceUsableTypepublic void runFilter(com.io7m.jcanephora.profiler.JCGLProfilingContextType pc,
com.io7m.jcanephora.texture_unit_allocator.JCGLTextureUnitContextParentType uc,
R2FilterLightApplicatorParametersType parameters)
R2FilterUsableTyperunFilter in interface R2FilterUsableType<R2FilterLightApplicatorParametersType>pc - A profiling contextuc - A texture unit contextparameters - The filter parametersCopyright © 2017 <code@io7m.com> http://io7m.com