Common.ShaderLib.Ubo.glsllib Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jme3-core Show documentation
Show all versions of jme3-core Show documentation
jMonkeyEngine is a 3-D game engine for adventurous Java developers
#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