Example usage for android.opengl GLES20 GL_LINES

List of usage examples for android.opengl GLES20 GL_LINES

Introduction

In this page you can find the example usage for android.opengl GLES20 GL_LINES.

Prototype

int GL_LINES

To view the source code for android.opengl GLES20 GL_LINES.

Click Source Link

Usage

From source file:org.n52.geoar.view.geoar.gl.mode.features.NewGridFeature.java

public NewGridFeature(FeatureShader renderer) {
    this.totalSize = 200;
    this.gridSize = 2;
    this.drawingMode = GLES20.GL_LINES;
    this.renderer = renderer;
}