ClanSoft logo
ClanSoft logo

    CL_Surface::create

Syntax

static CL_Surface *create(
         CL_SurfaceProvider *provider,
        bool delete_provider=false);

Parameters

provider-Image source.
delete_provider-If true, the surface will delete the provider when deleted itself.

Return value

The surface created.

Description

This function creates a CL_Surface instance being blitted by a caching blitter.


Back to index



This page was built using the Perceps documentation system.