diff options
author | chai <chaifix@163.com> | 2019-01-22 18:14:22 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-01-22 18:14:22 +0800 |
commit | 90b11fbb0e4c578bf507370e102d6a5ed30ba31e (patch) | |
tree | 4919f9e2f4cc3800c1e0c539860c774a9ae5b95b /Samples/Hello/shaders/sh_thunder.shader.asset | |
parent | 199b08ae8866cf7d876a4de587ff5d18ff191ff0 (diff) |
*修改asset格式,可读性
Diffstat (limited to 'Samples/Hello/shaders/sh_thunder.shader.asset')
-rw-r--r-- | Samples/Hello/shaders/sh_thunder.shader.asset | 26 |
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 |