cgv
|
base interface for a render_buffer More...
#include <context.h>
Public Attributes | |
unsigned | nr_multi_samples = 0 |
![]() | |
void * | handle |
void * | internal_format |
void * | user_data |
const context * | ctx_ptr |
keep pointer to my context | |
std::string | last_error |
a string that contains the last error | |
Additional Inherited Members | |
![]() | |
render_component () | |
initialize members | |
virtual bool | is_created () const |
return whether component has been created | |
void | put_id_void (void *ptr) const |
copy the rendering api specific id the component to the memory location of the given pointer. | |
template<typename T > | |
void | put_id (T &id) const |
cast the refence to rendering api specific representation of component id to the specified type | |
base interface for a render_buffer
cgv::render::render_buffer_base::render_buffer_base | ( | ) |
Definition at line 2061 of file context.cxx.
unsigned cgv::render::render_buffer_base::nr_multi_samples = 0 |