mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
2d-sliced: add _new_from_file/data/bitmap apis
This adds cogl_texture_2d_sliced_new_from_bitmap/data/file apis in preparation for removing the cogl_texture_new_from_bitmap/file apis that are considered a bit too magic, but we don't want to loose the convenience they have. Reviewed-by: Neil Roberts <neil@linux.intel.com> (cherry picked from commit 218da8e1349d7658f45c6933b9736c0d32941b8b) Conflicts: cogl/cogl-auto-texture.c
This commit is contained in:

committed by
Neil Roberts

parent
aa92110f83
commit
061240ef2a
@ -483,6 +483,9 @@ cogl_is_atlas_texture
|
||||
<TITLE>Sliced Textures</TITLE>
|
||||
CoglTexture2DSliced
|
||||
cogl_texture_2d_sliced_new_with_size
|
||||
cogl_texture_2d_sliced_new_from_file
|
||||
cogl_texture_2d_sliced_new_from_data
|
||||
cogl_texture_2d_sliced_new_from_bitmap
|
||||
cogl_is_texture_2d_sliced
|
||||
</SECTION>
|
||||
|
||||
|
Reference in New Issue
Block a user