mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
texture: Make CoglSubTexture experimental public api
This exposes cogl_sub_texture_new() and cogl_is_sub_texture() as experimental public API. Previously sub-textures were only exposed via cogl_texture_new_from_sub_texture() so there wasn't a corresponding CoglSubTexture type. A CoglSubTexture is a high-level texture defined as a sub-region of some other parent texture. CoglSubTextures are high level textures that implement the CoglMetaTexture interface which can be used to manually handle texture repeating. Reviewed-by: Neil Roberts <neil@linux.intel.com>
This commit is contained in:
@ -328,6 +328,13 @@ cogl_texture_3d_new_from_data
|
||||
cogl_is_texture_3d
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>cogl-sub-texture</FILE>
|
||||
<TITLE>Sub Textures</TITLE>
|
||||
cogl_sub_texture_new
|
||||
cogl_is_sub_texture
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>cogl-framebuffer</FILE>
|
||||
<TITLE>CoglFramebuffer: The Framebuffer Interface</TITLE>
|
||||
|
Reference in New Issue
Block a user