A hook for the entire fragment processing stage of the pipeline.
A hook for declaring global data wthat can be shared with all other snippets that are on a fragment hook.
A hook for the fragment processing of a particular layer.
A hook for manipulating the point size of a vertex. This is only used if cogl_pipeline_set_per_vertex_point_size() is enabled on the pipeline.
A hook for applying the layer matrix to a texture coordinate for a layer.
A hook for the texture lookup stage of a given layer in a pipeline.
A hook for the entire vertex processing stage of the pipeline.
A hook for declaring global data that can be shared with all other snippets that are on a vertex hook.
A hook for the vertex transformation.
#CoglSnippetHook is used to specify a location within a #CoglPipeline where the code of the snippet should be used when it is attached to a pipeline.