get_layer_min_filter


Description:

public PipelineFilter get_layer_min_filter (int layer_index)

Retrieves the currently set minification PipelineFilter set on the specified layer.

The miniifcation filter determines how the layer should be sampled when down-scaled.

The default filter is cogl_pipeline_filter_linear but this can be changed using set_layer_filters.

Parameters:

this

A Pipeline object

layer_index

the layer number to change.

Returns:

The minification PipelineFilter for the specified layer.