mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 16:16:20 -05:00
cogl-texture-2d: Add _cogl_is_texture_2d to the private header
This adds a declaration for _cogl_is_texture_2d to the private header so that it can be used in cogl-blit.c to determine if the target texture is a simple 2D texture.
This commit is contained in:
parent
f947fe958f
commit
7b369445b3
@ -59,6 +59,9 @@ struct _CoglTexture2D
|
||||
GQuark
|
||||
_cogl_handle_texture_2d_get_type (void);
|
||||
|
||||
gboolean
|
||||
_cogl_is_texture_2d (CoglHandle object);
|
||||
|
||||
CoglHandle
|
||||
_cogl_texture_2d_new_with_size (unsigned int width,
|
||||
unsigned int height,
|
||||
|
Loading…
Reference in New Issue
Block a user