public final class R2FilterFXAA extends Object implements R2FilterType<R2FilterFXAAParameters>
An FXAA filter.
The filter takes a texture as input and writes a filtered image to the currently bound framebuffer.
R2FilterFXAAParametersType.texture()| Modifier and Type | Method and Description |
|---|---|
void |
delete(com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type gx)
Delete the current object.
|
boolean |
isDeleted() |
static R2FilterType<R2FilterFXAAParameters> |
newFilter(com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type in_g,
R2ShaderPreprocessingEnvironmentReadableType in_shader_env,
R2IDPoolType in_id_pool,
R2UnitQuadUsableType in_quad)
Create a new FXAA filter.
|
void |
runFilter(com.io7m.jcanephora.profiler.JCGLProfilingContextType pc,
com.io7m.jcanephora.texture_unit_allocator.JCGLTextureUnitContextParentType uc,
R2FilterFXAAParameters parameters)
Run the filter for the given parameters.
|
public static R2FilterType<R2FilterFXAAParameters> newFilter(com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type in_g, R2ShaderPreprocessingEnvironmentReadableType in_shader_env, R2IDPoolType in_id_pool, R2UnitQuadUsableType in_quad)
in_g - A GL interfacein_shader_env - Shader sourcesin_id_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,
R2FilterFXAAParameters parameters)
R2FilterUsableTyperunFilter in interface R2FilterUsableType<R2FilterFXAAParameters>pc - A profiling contextuc - A texture unit contextparameters - The filter parametersCopyright © 2016 <code@io7m.com> http://io7m.com