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

resources.shaders.includes.StdLib.vert Maven / Gradle / Ivy

The newest version!
#if __VERSION__<=120
    #define texture(s,t) texture2D(s, t)
    #define in attribute
    #define out varying
#endif




© 2015 - 2024 Weber Informatics LLC | Privacy Policy