mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 21:34:09 +00:00
texture-2d-sliced: fix argument description
Reviewed-by: Robert Bragg <robert@linux.intel.com>
This commit is contained in:
parent
cf3a12f282
commit
015d928be5
@ -167,6 +167,7 @@ cogl_texture_2d_sliced_new_from_file (CoglContext *ctx,
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* cogl_texture_2d_sliced_new_from_data:
|
* cogl_texture_2d_sliced_new_from_data:
|
||||||
|
* @ctx: A #CoglContext
|
||||||
* @width: width of texture in pixels
|
* @width: width of texture in pixels
|
||||||
* @height: height of texture in pixels
|
* @height: height of texture in pixels
|
||||||
* @format: the #CoglPixelFormat the buffer is stored in in RAM
|
* @format: the #CoglPixelFormat the buffer is stored in in RAM
|
||||||
@ -229,7 +230,7 @@ cogl_texture_2d_sliced_new_from_data (CoglContext *ctx,
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* cogl_texture_2d_sliced_new_from_bitmap:
|
* cogl_texture_2d_sliced_new_from_bitmap:
|
||||||
* @bitmap: A #CoglBitmap
|
* @bmp: A #CoglBitmap
|
||||||
* @max_waste: The threshold of how wide a strip of wasted texels
|
* @max_waste: The threshold of how wide a strip of wasted texels
|
||||||
* are allowed along the right and bottom textures before
|
* are allowed along the right and bottom textures before
|
||||||
* they must be sliced to reduce the amount of waste. A
|
* they must be sliced to reduce the amount of waste. A
|
||||||
|
Loading…
x
Reference in New Issue
Block a user