Constructor
CoglAtlasnew
Declaration [src]
CoglAtlas*
cogl_atlas_new (
  CoglContext* context,
  CoglPixelFormat texture_format,
  CoglAtlasFlags flags,
  CoglAtlasUpdatePositionCallback update_position_cb
)
Description
No description available.
This constructor is not directly available to language bindings.
Parameters
- context
- 
            Type: CoglContextNo description available. The data is owned by the caller of the function. 
- texture_format
- 
            Type: CoglPixelFormatNo description available. 
- flags
- 
            Type: CoglAtlasFlagsNo description available. 
- update_position_cb
- 
            Type: CoglAtlasUpdatePositionCallbackNo description available. 
Return value
Type: CoglAtlas
No description available.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |