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

com.gempukku.libgdx.graph.pipeline.RenderPipelineBuffer Maven / Gradle / Ivy

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

import com.badlogic.gdx.graphics.Texture;

public interface RenderPipelineBuffer {
    Texture getDepthBufferTexture();

    Texture getColorBufferTexture();

    void beginColor();

    void endColor();

    void beginDepth();

    void endDepth();

    int getWidth();

    int getHeight();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy