summaryrefslogtreecommitdiff
path: root/Samples/Hello/shaders/sh_thunder.shader.asset
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-01-22 18:14:22 +0800
committerchai <chaifix@163.com>2019-01-22 18:14:22 +0800
commit90b11fbb0e4c578bf507370e102d6a5ed30ba31e (patch)
tree4919f9e2f4cc3800c1e0c539860c774a9ae5b95b /Samples/Hello/shaders/sh_thunder.shader.asset
parent199b08ae8866cf7d876a4de587ff5d18ff191ff0 (diff)
*修改asset格式,可读性
Diffstat (limited to 'Samples/Hello/shaders/sh_thunder.shader.asset')
-rw-r--r--Samples/Hello/shaders/sh_thunder.shader.asset26
1 files changed, 14 insertions, 12 deletions
diff --git a/Samples/Hello/shaders/sh_thunder.shader.asset b/Samples/Hello/shaders/sh_thunder.shader.asset
index 8354b3c..9e340c7 100644
--- a/Samples/Hello/shaders/sh_thunder.shader.asset
+++ b/Samples/Hello/shaders/sh_thunder.shader.asset
@@ -1,13 +1,15 @@
-type="shader",
-vertex=[[
-void main()
{
-
-}
-]],
-fragment=[[
-void main()
-{
-
-}
-]]
+ type="shader",
+ vertex=[[
+ void main()
+ {
+
+ }
+ ]],
+ fragment=[[
+ void main()
+ {
+
+ }
+ ]]
+} \ No newline at end of file