public final class R2FilterCompositor extends Object implements R2FilterType<R2FilterCompositorParameters>
| Modifier and Type | Method and Description |
|---|---|
void |
delete(com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type gx)
Delete the current object.
|
boolean |
isDeleted() |
static R2FilterType<R2FilterCompositorParameters> |
newFilter(R2ShaderPreprocessingEnvironmentReadableType in_shader_env,
R2TextureDefaultsType in_textures,
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,
R2FilterCompositorParameters parameters)
Run the filter for the given parameters.
|
public static R2FilterType<R2FilterCompositorParameters> newFilter(R2ShaderPreprocessingEnvironmentReadableType in_shader_env, R2TextureDefaultsType in_textures, com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type in_g, R2IDPoolType in_pool, R2UnitQuadUsableType in_quad)
in_shader_env - Shader sourcesin_textures - A texture interfacein_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,
R2FilterCompositorParameters parameters)
R2FilterUsableTyperunFilter in interface R2FilterUsableType<R2FilterCompositorParameters>pc - A profiling contextuc - A texture unit contextparameters - The filter parametersCopyright © 2016 <code@io7m.com> http://io7m.com