diff options
author | chai <chaifix@163.com> | 2019-01-22 20:06:22 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-01-22 20:06:22 +0800 |
commit | c1330b1ea3525eec2d09b070167df563f3917ff9 (patch) | |
tree | 8acdc9d2fa8b6dd027ed8930314320864d78229e /Samples/Hello | |
parent | 90b11fbb0e4c578bf507370e102d6a5ed30ba31e (diff) |
*修改文件名大小写
Diffstat (limited to 'Samples/Hello')
-rw-r--r-- | Samples/Hello/shaders/sh_thunder.shader.asset | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Samples/Hello/shaders/sh_thunder.shader.asset b/Samples/Hello/shaders/sh_thunder.shader.asset index 9e340c7..18310cb 100644 --- a/Samples/Hello/shaders/sh_thunder.shader.asset +++ b/Samples/Hello/shaders/sh_thunder.shader.asset @@ -1,15 +1,15 @@ { type="shader", vertex=[[ - void main() - { - - } +void main() +{ + +} ]], fragment=[[ - void main() - { - - } +void main() +{ + +} ]] }
\ No newline at end of file |