summaryrefslogtreecommitdiff
path: root/Samples/Hello/shaders/sh_thunder.shader.asset
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-01-22 16:09:28 +0800
committerchai <chaifix@163.com>2019-01-22 16:09:28 +0800
commit2730b6cf01d49e044b68fa889b57f5b01057471f (patch)
treec50b334a991b4fba246d86c28888c1721140e174 /Samples/Hello/shaders/sh_thunder.shader.asset
parentc58c8a079c5e1b6d5703d3c3bce7cc7774823a98 (diff)
*资源格式修改
Diffstat (limited to 'Samples/Hello/shaders/sh_thunder.shader.asset')
-rw-r--r--Samples/Hello/shaders/sh_thunder.shader.asset13
1 files changed, 13 insertions, 0 deletions
diff --git a/Samples/Hello/shaders/sh_thunder.shader.asset b/Samples/Hello/shaders/sh_thunder.shader.asset
new file mode 100644
index 0000000..8354b3c
--- /dev/null
+++ b/Samples/Hello/shaders/sh_thunder.shader.asset
@@ -0,0 +1,13 @@
+type="shader",
+vertex=[[
+void main()
+{
+
+}
+]],
+fragment=[[
+void main()
+{
+
+}
+]]