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

resources.shaders.deprecated.Skybox.frag Maven / Gradle / Ivy

The newest version!
#version 120
#include StdLib.frag

in vec3 texcoord;

uniform samplerCube diffuse_sampler;

void main() {
    Fragcolor = textureCube(diffuse_sampler, texcoord);
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy