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.

FilterBloomApplyShader

Describes a bloom apply filter shader that's loaded into GPU.

FilterBloomDownSampleShader

Describes a bloom down-sampling filter shader that's loaded into GPU.

FilterBloomExtractShader

Describes a bloom extract filter shader that's loaded into GPU.

FilterBloomUpSampleShader

Describes a bloom 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.

FilterGaussianArrayShader

Describes a gaussian filter shader that operates on texture arrays that's loaded into GPU.

FilterGaussianShader

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

FilterPresentationShader

Describes a presentation shader that's loaded into GPU.

FilterShaders

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.CreateFilterBloomApplyShader shaderFilePath

Full Usage: Filter.CreateFilterBloomApplyShader shaderFilePath

Parameters:
    shaderFilePath : string

Returns: FilterBloomApplyShader

Create a filter bloom apply shader.

shaderFilePath : string
Returns: FilterBloomApplyShader

Filter.CreateFilterBloomDownSampleShader shaderFilePath

Full Usage: Filter.CreateFilterBloomDownSampleShader shaderFilePath

Parameters:
    shaderFilePath : string

Returns: FilterBloomDownSampleShader

Create a filter bloom down-sample shader.

shaderFilePath : string
Returns: FilterBloomDownSampleShader

Filter.CreateFilterBloomExtractShader shaderFilePath

Full Usage: Filter.CreateFilterBloomExtractShader shaderFilePath

Parameters:
    shaderFilePath : string

Returns: FilterBloomExtractShader

Create a filter bloom extract shader.

shaderFilePath : string
Returns: FilterBloomExtractShader

Filter.CreateFilterBloomUpSampleShader shaderFilePath

Full Usage: Filter.CreateFilterBloomUpSampleShader shaderFilePath

Parameters:
    shaderFilePath : string

Returns: FilterBloomUpSampleShader

Create a filter bloom up-sample shader.

shaderFilePath : string
Returns: FilterBloomUpSampleShader

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.CreateFilterGaussianArrayShader shaderFilePath

Full Usage: Filter.CreateFilterGaussianArrayShader shaderFilePath

Parameters:
    shaderFilePath : string

Returns: FilterGaussianArrayShader

Create a filter gaussian shader that operates on texture arrays.

shaderFilePath : string
Returns: FilterGaussianArrayShader

Filter.CreateFilterGaussianShader shaderFilePath

Full Usage: Filter.CreateFilterGaussianShader shaderFilePath

Parameters:
    shaderFilePath : string

Returns: FilterGaussianShader

Create a filter gaussian shader.

shaderFilePath : string
Returns: FilterGaussianShader

Filter.CreateFilterPresentationShader shaderFilePath

Full Usage: Filter.CreateFilterPresentationShader shaderFilePath

Parameters:
    shaderFilePath : string

Returns: FilterPresentationShader
shaderFilePath : string
Returns: FilterPresentationShader

Filter.CreateFilterShaders ()

Full Usage: Filter.CreateFilterShaders ()

Parameters:
    () : unit

Returns: FilterShaders
() : unit
Returns: FilterShaders

Filter.DestroyFilterShaders shaders

Full Usage: Filter.DestroyFilterShaders shaders

Parameters:
shaders : FilterShaders

Type something to start searching.