Example usage for android.opengl GLES20 glLineWidth

List of usage examples for android.opengl GLES20 glLineWidth

Introduction

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

Prototype

public static native void glLineWidth(float width);

Source Link

Usage

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

@Override
public void onPreRender() {
    GLES20.glLineWidth(thickness);
}