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

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

Introduction

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

Usage

From source file com.github.unluckyninja.mousekiller.graphics.shader.SimpleShader.java

/**
 *
 * @author UnluckyNinja
 */
public class SimpleShader extends ShaderProgram {

From source file net.mgsx.game.examples.gpu.utils.ShaderProgramEx.java

/** <p>
 * A shader program encapsulates a vertex and fragment shader pair linked to form a shader program.
 * </p>
 * 
 * <p>
 * After construction a ShaderProgram can be used to draw {@link Mesh}. To make the GPU use a specific ShaderProgram the programs