Example usage for com.badlogic.gdx.graphics.glutils FrameBuffer subclass-usage

List of usage examples for com.badlogic.gdx.graphics.glutils FrameBuffer subclass-usage

Introduction

In this page you can find the example usage for com.badlogic.gdx.graphics.glutils FrameBuffer subclass-usage.

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) {