List of usage examples for com.badlogic.gdx.graphics.glutils FrameBuffer subclass-usage
From source file com.explatcreations.sft.graphics.NearestNeighborFrameBuffer.java
/** * @author deweyvm */ public class NearestNeighborFrameBuffer extends FrameBuffer { public NearestNeighborFrameBuffer(Pixmap.Format format, int width, int height, boolean hasDepth) {