summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/examples/39-assao/varying.def.sc
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/examples/39-assao/varying.def.sc')
-rw-r--r--3rdparty/bgfx/examples/39-assao/varying.def.sc7
1 files changed, 7 insertions, 0 deletions
diff --git a/3rdparty/bgfx/examples/39-assao/varying.def.sc b/3rdparty/bgfx/examples/39-assao/varying.def.sc
new file mode 100644
index 00000000000..8471e5e5a68
--- /dev/null
+++ b/3rdparty/bgfx/examples/39-assao/varying.def.sc
@@ -0,0 +1,7 @@
+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);
+