#include <render_buffer.h>
Public Member Functions | |
Construction | |
| CL_RenderBuffer () | |
| Constructs a render buffer. | |
| CL_RenderBuffer (CL_GraphicContext &context, int width, int height, CL_TextureFormat internal_format=cl_rgba) | |
| Constructs a RenderBuffer. | |
Attributes | |
| bool | is_null () const |
| Returns true if this is a null render buffer. | |
| CL_RenderBufferProvider * | get_provider () const |
| Get Provider. | |
|
|
Constructs a render buffer.
|
|
||||||||||||||||||||
|
Constructs a RenderBuffer.
|
|
|
Get Provider.
|
|
|
Returns true if this is a null render buffer.
|
1.4.6