Example usage for com.badlogic.gdx.backends.gwt GwtGL20 subclass-usage

List of usage examples for com.badlogic.gdx.backends.gwt GwtGL20 subclass-usage

Introduction

In this page you can find the example usage for com.badlogic.gdx.backends.gwt GwtGL20 subclass-usage.

Usage

From source file org.oscim.gdx.client.GdxGL.java

public class GdxGL extends GwtGL20 implements GL {

    protected final WebGLRenderingContext gl;

    public GdxGL(WebGLRenderingContext gl) {
        super(gl);

From source file org.oscim.gdx.client.GwtGLAdapter.java

public class GwtGLAdapter extends GwtGL20 implements GL20 {

    protected final WebGLRenderingContext gl;

    public GwtGLAdapter(WebGLRenderingContext gl) {
        super(gl);