Class WebGLContextAttributes
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[ToObject]
public class WebGLContextAttributes
- Inheritance
-
WebGLContextAttributes
- Inherited Members
-
Constructors
WebGLContextAttributes()
public WebGLContextAttributes()
Fields
Alpha
[Value("alpha")]
public bool Alpha
Field Value
- bool
Antialias
[Value("antialias")]
public bool Antialias
Field Value
- bool
Depth
[Value("depth")]
public bool Depth
Field Value
- bool
Desynchronized
[Value("desynchronized")]
public bool Desynchronized
Field Value
- bool
FailIfMajorPerformanceCaveat
[Value("failIfMajorPerformanceCaveat")]
public bool FailIfMajorPerformanceCaveat
Field Value
- bool
PowerPreference
[Value("powerPreference")]
public WebGLPowerPreference PowerPreference
Field Value
- WebGLPowerPreference
PremultipliedAlpha
[Value("premultipliedAlpha")]
public bool PremultipliedAlpha
Field Value
- bool
PreserveDrawingBuffer
[Value("preserveDrawingBuffer")]
public bool PreserveDrawingBuffer
Field Value
- bool
Stencil
[Value("stencil")]
public bool Stencil
Field Value
- bool
XrCompatible
[Value("xrCompatible")]
public bool XrCompatible
Field Value
- bool