public class WebGLContextAttributes
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
alpha |
boolean |
antialias |
boolean |
depth |
boolean |
failIfMajorPerformanceCaveat |
boolean |
preferLowPowerToHighPerformance |
boolean |
premultipliedAlpha |
boolean |
preserveDrawingBuffer |
boolean |
stencil |
| Constructor and Description |
|---|
WebGLContextAttributes() |
public boolean alpha
public boolean antialias
public boolean depth
public boolean failIfMajorPerformanceCaveat
public boolean preferLowPowerToHighPerformance
public boolean premultipliedAlpha
public boolean preserveDrawingBuffer
public boolean stencil