[docs] switch gl_handle+gl_target docs for cogl_texture_new_from_foreign
The descriptions for gl_handle and gl_target were inverted. Thanks to Young-Ho Cha for spotting that. Signed-off-by: Robert Bragg <robert@linux.intel.com>
This commit is contained in:
parent
95a869dab1
commit
52cecd50ec
@ -124,8 +124,8 @@ CoglHandle cogl_texture_new_from_data (guint width,
|
||||
|
||||
/**
|
||||
* cogl_texture_new_from_foreign:
|
||||
* @gl_handle: opengl target type of foreign texture
|
||||
* @gl_target: opengl handle of foreign texture.
|
||||
* @gl_handle: opengl handle of foreign texture.
|
||||
* @gl_target: opengl target type of foreign texture
|
||||
* @width: width of foreign texture
|
||||
* @height: height of foreign texture.
|
||||
* @x_pot_waste: maximum horizontal waste.
|
||||
|
Loading…
Reference in New Issue
Block a user