Method
CoglPipelineget_layer_mag_filter
since: 1.10
Declaration [src]
CoglPipelineFilter
cogl_pipeline_get_layer_mag_filter (
CoglPipeline* pipeline,
int layer_index
)
Description [src]
Retrieves the currently set magnification CoglPipelineFilter
set on
the specified layer. The magnification filter determines how the
layer should be sampled when up-scaled.
The default filter is COGL_PIPELINE_FILTER_LINEAR
but this can be
changed using cogl_pipeline_set_layer_filters().
Stability: Unstable
Available since: 1.10
Return value
Type: CoglPipelineFilter
The magnification CoglPipelineFilter
for the
specified layer.