WebGLContextAttributes

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

alpha
void alpha(bool alpha)
Undocumented in source. Be warned that the author may not have intended to support it.
alpha
bool alpha()
Undocumented in source. Be warned that the author may not have intended to support it.
antialias
void antialias(bool antialias)
Undocumented in source. Be warned that the author may not have intended to support it.
antialias
bool antialias()
Undocumented in source. Be warned that the author may not have intended to support it.
depth
void depth(bool depth)
Undocumented in source. Be warned that the author may not have intended to support it.
depth
bool depth()
Undocumented in source. Be warned that the author may not have intended to support it.
failIfMajorPerformanceCaveat
bool failIfMajorPerformanceCaveat()
Undocumented in source. Be warned that the author may not have intended to support it.
failIfMajorPerformanceCaveat
void failIfMajorPerformanceCaveat(bool failIfMajorPerformanceCaveat)
Undocumented in source. Be warned that the author may not have intended to support it.
powerPreference
void powerPreference(WebGLPowerPreference powerPreference)
Undocumented in source. Be warned that the author may not have intended to support it.
powerPreference
WebGLPowerPreference powerPreference()
Undocumented in source. Be warned that the author may not have intended to support it.
premultipliedAlpha
void premultipliedAlpha(bool premultipliedAlpha)
Undocumented in source. Be warned that the author may not have intended to support it.
premultipliedAlpha
bool premultipliedAlpha()
Undocumented in source. Be warned that the author may not have intended to support it.
preserveDrawingBuffer
void preserveDrawingBuffer(bool preserveDrawingBuffer)
Undocumented in source. Be warned that the author may not have intended to support it.
preserveDrawingBuffer
bool preserveDrawingBuffer()
Undocumented in source. Be warned that the author may not have intended to support it.
stencil
void stencil(bool stencil)
Undocumented in source. Be warned that the author may not have intended to support it.
stencil
bool stencil()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

create
auto create()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta