|
opynsim
Unofficial C++ Documentation
|
#include <shared_color_render_buffer.h>
Public Member Functions | |
| SharedColorRenderBuffer () | |
| SharedColorRenderBuffer (const ColorRenderBufferParams &) | |
| SharedColorRenderBuffer | clone () const |
| Vector2i | pixel_dimensions () const |
| TextureDimensionality | dimensionality () const |
| AntiAliasingLevel | anti_aliasing_level () const |
| const ColorRenderBuffer & | impl () const |
Friends | |
| class | Camera |
| class | GraphicsBackend |
| class | RenderTexture |
| bool | operator== (const SharedColorRenderBuffer &, const SharedColorRenderBuffer &)=default |
|
explicit |
|
explicit |
| AntiAliasingLevel osc::SharedColorRenderBuffer::anti_aliasing_level | ( | ) | const |
| SharedColorRenderBuffer osc::SharedColorRenderBuffer::clone | ( | ) | const |
| TextureDimensionality osc::SharedColorRenderBuffer::dimensionality | ( | ) | const |
|
inline |
| Vector2i osc::SharedColorRenderBuffer::pixel_dimensions | ( | ) | const |
|
friend |
|
friend |