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

com.gempukku.libgdx.graph.plugin.models.ModelShaderContext Maven / Gradle / Ivy

The newest version!
package com.gempukku.libgdx.graph.plugin.models;

import com.gempukku.libgdx.graph.plugin.models.producer.ModelInstanceData;
import com.gempukku.libgdx.graph.shader.ShaderContext;

public interface ModelShaderContext extends ShaderContext {
    ModelInstanceData getModelInstanceData();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy