docs: Fix a s/called/culled/ typo
The documentation for CoglPipelineCullFaceMode had a repeated typo with "called" being used instead of "culled" which this fixes. Reviewed-by: Neil Roberts <neil@linux.intel.com>
This commit is contained in:
parent
1de6575ca2
commit
aa59dc5e8d
@ -689,12 +689,12 @@ cogl_pipeline_get_depth_state (CoglPipeline *pipeline,
|
|||||||
/**
|
/**
|
||||||
* CoglPipelineCullFaceMode:
|
* CoglPipelineCullFaceMode:
|
||||||
* @COGL_PIPELINE_CULL_FACE_MODE_NONE: Neither face will be
|
* @COGL_PIPELINE_CULL_FACE_MODE_NONE: Neither face will be
|
||||||
* called. This is the default.
|
* culled. This is the default.
|
||||||
* @COGL_PIPELINE_CULL_FACE_MODE_FRONT: Front faces will be called.
|
* @COGL_PIPELINE_CULL_FACE_MODE_FRONT: Front faces will be culled.
|
||||||
* @COGL_PIPELINE_CULL_FACE_MODE_BACK: Back faces will be called.
|
* @COGL_PIPELINE_CULL_FACE_MODE_BACK: Back faces will be culled.
|
||||||
* @COGL_PIPELINE_CULL_FACE_MODE_BOTH: All faces will be called.
|
* @COGL_PIPELINE_CULL_FACE_MODE_BOTH: All faces will be culled.
|
||||||
*
|
*
|
||||||
* Specifies which faces should be called. This can be set on a
|
* Specifies which faces should be culled. This can be set on a
|
||||||
* pipeline using cogl_pipeline_set_cull_face_mode().
|
* pipeline using cogl_pipeline_set_cull_face_mode().
|
||||||
*/
|
*/
|
||||||
typedef enum
|
typedef enum
|
||||||
|
Loading…
Reference in New Issue
Block a user