ClanSoft logo
ClanSoft logo

    CL_Texture::create

Syntax

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

Parameters

provider-Surface provider to use as image source.
delete_provider-If true, surface provider will be deleted

Description

Creates a texture from a surface provider.


Back to index



This page was built using the Perceps documentation system.