All Downloads are FREE. Search and download functionalities are using the official Maven repository.

games.rednblack.editor.renderer.utils.ShaderUniformProvider Maven / Gradle / Ivy

The newest version!
package games.rednblack.editor.renderer.utils;

import com.badlogic.gdx.graphics.glutils.ShaderProgram;

public interface ShaderUniformProvider {
    void applyUniforms(String shaderName, ShaderProgram shaderProgram);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy