Package | Description |
---|---|
com.xalys.xgl.wgl | |
com.xalys.xgl.wgl.chart.primitives |
Modifier and Type | Method and Description |
---|---|
WebGLBuffer |
WebGLRenderingContext.createBuffer() |
Modifier and Type | Method and Description |
---|---|
void |
WebGLRenderingContext.bindBuffer(int target,
WebGLBuffer buffer) |
void |
WebGLRenderingContext.deleteBuffer(WebGLBuffer buffer) |
Modifier and Type | Field and Description |
---|---|
protected WebGLBuffer |
Shape.vertexColorBuffer |
protected WebGLBuffer |
Shape.vertexPositionBuffer |
Modifier and Type | Method and Description |
---|---|
WebGLBuffer |
Shape.getVertexColorBuffer() |
WebGLBuffer |
Shape.getVertexPositionBuffer() |
Modifier and Type | Method and Description |
---|---|
void |
Shape.setVertexColorBuffer(WebGLBuffer vertexColorBuffer) |
void |
Shape.setVertexPositionBuffer(WebGLBuffer vertexPositionBuffer) |
Copyright © 2018 Xalys. All rights reserved.