ClanLib  2.3.7
List of all members
CL_RenderBufferProvider Class Referenceabstract

Interface for implementing a CL_RenderBuffer target. More...

#include <render_buffer_provider.h>

Public Member Functions

Construction
virtual ~CL_RenderBufferProvider ()
 
Operations
virtual void create (int width, int height, CL_TextureFormat internal_format, int multisample_samples)=0
 Create a render buffer image with the specified dimensions. More...
 
virtual void destroy ()=0
 Destroys the provider. More...
 

Detailed Description

Interface for implementing a CL_RenderBuffer target.

Constructor & Destructor Documentation

virtual CL_RenderBufferProvider::~CL_RenderBufferProvider ( )
inlinevirtual

Member Function Documentation

virtual void CL_RenderBufferProvider::create ( int  width,
int  height,
CL_TextureFormat  internal_format,
int  multisample_samples 
)
pure virtual

Create a render buffer image with the specified dimensions.

virtual void CL_RenderBufferProvider::destroy ( )
pure virtual

Destroys the provider.


The documentation for this class was generated from the following file: