Example usage for com.badlogic.gdx.graphics.g2d Batch interface-usage

List of usage examples for com.badlogic.gdx.graphics.g2d Batch interface-usage

Introduction

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

Usage

From source file com.doom.render.QuadBatch.java

/** Draws batched quads using indices.
 * @see Batch
 * @author mzechner
 * @author Nathan Sweet */
public class QuadBatch implements Batch {
    private Mesh mesh;