mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 19:42:05 +00:00
texture-2d-gl: fix argument description
Reviewed-by: Robert Bragg <robert@linux.intel.com>
This commit is contained in:
parent
015d928be5
commit
b38a7112d9
@ -42,7 +42,7 @@ COGL_BEGIN_DECLS
|
|||||||
* @gl_handle: A GL handle for a GL_TEXTURE_2D texture object
|
* @gl_handle: A GL handle for a GL_TEXTURE_2D texture object
|
||||||
* @width: Width of the foreign GL texture
|
* @width: Width of the foreign GL texture
|
||||||
* @height: Height of the foreign GL texture
|
* @height: Height of the foreign GL texture
|
||||||
* @internal_format: The format of the texture
|
* @format: The format of the texture
|
||||||
* @error: A #CoglError for exceptions
|
* @error: A #CoglError for exceptions
|
||||||
*
|
*
|
||||||
* Wraps an existing GL_TEXTURE_2D texture object as a #CoglTexture2D.
|
* Wraps an existing GL_TEXTURE_2D texture object as a #CoglTexture2D.
|
||||||
|
Loading…
Reference in New Issue
Block a user