mirror of
https://github.com/brl/mutter.git
synced 2024-11-29 03:20:46 -05:00
cogl/pipeline: Make Snippet API introspectable
These methods are required to add snippets to a pipeline. This change makes it possible to use them from GJS. Related: https://gitlab.gnome.org/GNOME/mutter/-/issues/2280 Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2422>
This commit is contained in:
parent
b9a5f9a373
commit
d7c0ecc21b
@ -548,7 +548,7 @@ cogl_pipeline_set_layer_wrap_mode (CoglPipeline *pipeline,
|
|||||||
CoglPipelineWrapMode mode);
|
CoglPipelineWrapMode mode);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* cogl_pipeline_add_layer_snippet: (skip)
|
* cogl_pipeline_add_layer_snippet:
|
||||||
* @pipeline: A #CoglPipeline
|
* @pipeline: A #CoglPipeline
|
||||||
* @layer: The layer to hook the snippet to
|
* @layer: The layer to hook the snippet to
|
||||||
* @snippet: A #CoglSnippet
|
* @snippet: A #CoglSnippet
|
||||||
|
@ -731,7 +731,7 @@ cogl_pipeline_set_uniform_matrix (CoglPipeline *pipeline,
|
|||||||
const float *value);
|
const float *value);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* cogl_pipeline_add_snippet: (skip)
|
* cogl_pipeline_add_snippet:
|
||||||
* @pipeline: A #CoglPipeline
|
* @pipeline: A #CoglPipeline
|
||||||
* @snippet: The #CoglSnippet to add to the vertex processing hook
|
* @snippet: The #CoglSnippet to add to the vertex processing hook
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user