Example usage for com.badlogic.gdx Graphics interface-usage

List of usage examples for com.badlogic.gdx Graphics interface-usage

Introduction

In this page you can find the example usage for com.badlogic.gdx Graphics interface-usage.

Usage

From source file com.badlogic.gdx.backends.android.CardBoardGraphics.java

public class CardBoardGraphics implements Graphics, CardboardView.StereoRenderer {

    private static final String LOG_TAG = "AndroidGraphics";

    /** When {@link AndroidFragmentApplication#onPause()} or {@link AndroidApplication#onPause()} call
     * {@link AndroidGraphics#pause()} they <b>MUST</b> enforce continuous rendering. If not, {@link #onDrawFrame(GL10)} will not

From source file es.eucm.ead.engine.mock.MockGraphics.java

/**
 * Graphics interface mock
 */
public class MockGraphics implements Graphics {

    private GL gl;

From source file net.pevnostgames.lwjglserver.ServerGraphics.java

public class ServerGraphics implements Graphics {
    @Override
    public boolean isGL11Available() {
        throw new ServerGraphicsException();
    }

From source file org.teavm.libgdx.TeaVMGraphics.java

/**
 *
 * @author Alexey Andreev
 */
public class TeaVMGraphics implements Graphics {
    private HTMLCanvasElement element;