shaders.bgfx.varying.def.sc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of glx Show documentation
Show all versions of glx Show documentation
UI harness for the LX framework based upon LWJGL + bgfx.
The newest version!
vec3 a_position : POSITION;
vec2 v_texcoord0 : TEXCOORD0 = vec2(0.0, 0.0);
vec3 v_texcoord1 : TEXCOORD1 = vec3(0.0, 0.0, 0.0);
vec4 v_color0 : COLOR0 = vec4(0.0, 0.0, 0.0, 1.0);
vec2 a_texcoord0 : TEXCOORD0;
vec4 a_color0 : COLOR0;