mirror of
https://github.com/brl/mutter.git
synced 2025-07-09 20:27:15 +00:00
cogl-texture: Add a new constructor to turn CoglBuffers into textures
The only goal of using COGL buffers is to use them to create textures. cogl_texture_new_from_buffer() is the new symbol to create textures out of buffers.
This commit is contained in:
@ -494,4 +494,7 @@ cogl_pixel_buffer_new
|
||||
cogl_pixel_buffer_new_for_size
|
||||
cogl_is_pixel_buffer
|
||||
|
||||
<SUBSECTION>
|
||||
cogl_texture_new_from_buffer
|
||||
|
||||
</SECTION>
|
||||
|
Reference in New Issue
Block a user