Header menu logo Nu

Filter Module

Types

Type Description

FilterBilateralDownSampleShader

Describes an box down-sampling filter shader that's loaded into GPU.

FilterBilateralUpSampleShader

Describes an bilateral up-sampling filter shader that's loaded into GPU.

FilterBoxShader

Describes a box filter shader that's loaded into GPU.

FilterFxaaShader

Describes an fxaa shader that's loaded into GPU.

FilterGaussianShader

Describes a gaussian filter shader that's loaded into GPU.

Functions and values

Function or value Description

Filter.CreateFilterBilateralDownSampleShader shaderFilePath

Full Usage: Filter.CreateFilterBilateralDownSampleShader shaderFilePath

Parameters:
    shaderFilePath : string

Returns: FilterBilateralDownSampleShader

Create a filter bilateral down-sample shader.

shaderFilePath : string
Returns: FilterBilateralDownSampleShader

Filter.CreateFilterBilateralUpSampleShader shaderFilePath

Full Usage: Filter.CreateFilterBilateralUpSampleShader shaderFilePath

Parameters:
    shaderFilePath : string

Returns: FilterBilateralUpSampleShader

Create a filter bilateral up-sample shader.

shaderFilePath : string
Returns: FilterBilateralUpSampleShader

Filter.CreateFilterBoxShader shaderFilePath

Full Usage: Filter.CreateFilterBoxShader shaderFilePath

Parameters:
    shaderFilePath : string

Returns: FilterBoxShader

Create a filter box shader.

shaderFilePath : string
Returns: FilterBoxShader

Filter.CreateFilterFxaaShader shaderFilePath

Full Usage: Filter.CreateFilterFxaaShader shaderFilePath

Parameters:
    shaderFilePath : string

Returns: FilterFxaaShader

Create a filter fxaa shader.

shaderFilePath : string
Returns: FilterFxaaShader

Filter.CreateFilterGaussianShader shaderFilePath

Full Usage: Filter.CreateFilterGaussianShader shaderFilePath

Parameters:
    shaderFilePath : string

Returns: FilterGaussianShader

Create a filter gaussian shader.

shaderFilePath : string
Returns: FilterGaussianShader

Type something to start searching.