|
ClanLib
2.3.7
|
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... | |
Interface for implementing a CL_RenderBuffer target.
|
inlinevirtual |
|
pure virtual |
Create a render buffer image with the specified dimensions.
|
pure virtual |
Destroys the provider.
1.8.4