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

com.gempukku.libgdx.graph.shader.ShaderContext Maven / Gradle / Ivy

The newest version!
package com.gempukku.libgdx.graph.shader;

import com.badlogic.gdx.graphics.Camera;
import com.badlogic.gdx.graphics.Texture;
import com.gempukku.libgdx.graph.plugin.PluginPrivateDataSource;
import com.gempukku.libgdx.graph.time.TimeProvider;

public interface ShaderContext extends PluginPrivateDataSource {
    int getRenderWidth();

    int getRenderHeight();

    Texture getDepthTexture();

    Texture getColorTexture();

    Camera getCamera();

    TimeProvider getTimeProvider();

    Object getProperty(String name);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy