bgfx/examples/39-assao/varying.def.sc
2018-12-14 22:09:37 +01:00

8 lines
172 B
Python

vec4 a_position : POSITION;
vec2 a_texcoord0 : TEXCOORD0;
vec3 a_normal : NORMAL;
vec2 v_texcoord0 : TEXCOORD0;
vec3 v_normal : NORMAL = vec3(0.0, 0.0, 1.0);