List of usage examples for com.badlogic.gdx.graphics.g2d Batch interface-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;