diff options
author | chai <chaifix@163.com> | 2019-01-22 16:09:28 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-01-22 16:09:28 +0800 |
commit | 2730b6cf01d49e044b68fa889b57f5b01057471f (patch) | |
tree | c50b334a991b4fba246d86c28888c1721140e174 /Samples/Hello/shaders/sh_thunder.shader.asset | |
parent | c58c8a079c5e1b6d5703d3c3bce7cc7774823a98 (diff) |
*资源格式修改
Diffstat (limited to 'Samples/Hello/shaders/sh_thunder.shader.asset')
-rw-r--r-- | Samples/Hello/shaders/sh_thunder.shader.asset | 13 |
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() +{ + +} +]] |