public class WebGLContextAttributes extends Object
Constructor and Description |
---|
WebGLContextAttributes() |
WebGLContextAttributes(boolean alpha,
boolean depth,
boolean stencil,
boolean antialias,
boolean premultipliedAlpha,
boolean preserveDrawingBuffer) |
Modifier and Type | Method and Description |
---|---|
boolean |
isAlpha() |
boolean |
isAntialias() |
boolean |
isDepth() |
boolean |
isPremultipliedAlpha() |
boolean |
isPreserveDrawingBuffer() |
boolean |
isStencil() |
public WebGLContextAttributes()
public WebGLContextAttributes(boolean alpha, boolean depth, boolean stencil, boolean antialias, boolean premultipliedAlpha, boolean preserveDrawingBuffer)
alpha
- depth
- stencil
- antialias
- premultipliedAlpha
- preserveDrawingBuffer
- public boolean isAlpha()
public boolean isDepth()
public boolean isStencil()
public boolean isAntialias()
public boolean isPremultipliedAlpha()
public boolean isPreserveDrawingBuffer()
Copyright © 2018 Xalys. All rights reserved.