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
auto 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
auto 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
auto depth()
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.
failIfMajorPerformanceCaveat
auto failIfMajorPerformanceCaveat()
Undocumented in source. Be warned that the author may not have intended to support it.
preferLowPowerToHighPerformance
void preferLowPowerToHighPerformance(bool preferLowPowerToHighPerformance)
Undocumented in source. Be warned that the author may not have intended to support it.
preferLowPowerToHighPerformance
auto preferLowPowerToHighPerformance()
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
auto 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
auto 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
auto 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