![]() |
API documentation
2.0rc1
|
#include <webgl.h>
Inherits client::Object.
Public Member Functions | |
bool | get_alpha () |
void | set_alpha (bool) |
bool | get_depth () |
void | set_depth (bool) |
bool | get_stencil () |
void | set_stencil (bool) |
bool | get_antialias () |
void | set_antialias (bool) |
bool | get_premultipliedAlpha () |
void | set_premultipliedAlpha (bool) |
bool | get_preserveDrawingBuffer () |
void | set_preserveDrawingBuffer (bool) |
![]() | |
Object () | |
template<typename T > | |
T | valueOf () |
operator double () const | |
Object * | operator[] (const client::String &name) const |
void | set_ (const client::String &name, Object *v) |
template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type> | |
void | set_ (const client::String &name, T v) |
bool | hasOwnProperty (const client::String &name) |
bool client::WebGLContextAttributes::get_alpha | ( | ) |
bool client::WebGLContextAttributes::get_antialias | ( | ) |
bool client::WebGLContextAttributes::get_depth | ( | ) |
bool client::WebGLContextAttributes::get_premultipliedAlpha | ( | ) |
bool client::WebGLContextAttributes::get_preserveDrawingBuffer | ( | ) |
bool client::WebGLContextAttributes::get_stencil | ( | ) |
void client::WebGLContextAttributes::set_alpha | ( | bool | ) |
void client::WebGLContextAttributes::set_antialias | ( | bool | ) |
void client::WebGLContextAttributes::set_depth | ( | bool | ) |
void client::WebGLContextAttributes::set_premultipliedAlpha | ( | bool | ) |
void client::WebGLContextAttributes::set_preserveDrawingBuffer | ( | bool | ) |
void client::WebGLContextAttributes::set_stencil | ( | bool | ) |