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

Common.ShaderLib.Ubo.glsllib Maven / Gradle / Ivy

There is a newer version: 3.7.0-stable
Show newest version


#ifdef ENABLE_UBO
    // #version 140
    #extension GL_ARB_uniform_buffer_object : enable

    #define START_MATPARAMS layout(std140) uniform matparams {
    #define END_MATPARAMS }
    #define MATPARAM
    #define attribute in
#else
    #define START_MATPARAMS
    #define END_MATPARAMS
    #define MATPARAM uniform
#endif




© 2015 - 2025 Weber Informatics LLC | Privacy Policy