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. | |
| virtual void | destroy ()=0 |
| Destroys the provider. | |
Interface for implementing a CL_RenderBuffer target.
| virtual CL_RenderBufferProvider::~CL_RenderBufferProvider | ( | ) | [inline, virtual] |
| 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.
1.7.1