Method

CoglPipelineget_depth_state

Declaration [src]

void
cogl_pipeline_get_depth_state (
  CoglPipeline* pipeline,
  CoglDepthState* state_out
)

Description [src]

Retrieves the current depth state configuration for the given pipeline as previously set using cogl_pipeline_set_depth_state().

This method is not directly available to language bindings.

Parameters

state_out

Type: CoglDepthState*

A destination CoglDepthState struct.

The argument will be set by the function.
The caller of the method takes ownership of the data, and is responsible for freeing it.