Example usage for com.badlogic.gdx.graphics Texture subclass-usage

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

Introduction

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

Usage

From source file com.watabou.gltextures.SmartTexture.java

public class SmartTexture extends Texture {

    public int width;
    public int height;

    public TextureFilter fModeMin;