OGLES3
class OGLES3
Class information
public class OGLES3
extends JAVARuntime.OGLES2
β Constructors (1) β
| Constructor | Description |
|---|---|
| OGLES3() | Missing information |
β Methods (9) ββ
| Name | Description |
|---|---|
| void drawTriangles([int[]] indices) | Missing information |
| void drawTriangles(IntBuffer indices) | Missing information |
| void drawTriangles(NativeIntBuffer buffer) | Missing information |
| void drawLines([int[]] indices) | Missing information |
| void drawLines(IntBuffer indices) | Missing information |
| void drawLines(NativeIntBuffer buffer) | Missing information |
| void clearColorBuffer() | Missing information |
| void clearDepthBuffer() | Missing information |
| void clearColorDepthBuffer() | Missing information |