List of usage examples for com.badlogic.gdx.backends.gwt GwtGL20 subclass-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);