summaryrefslogtreecommitdiff
path: root/Source/Asura.Framework/filesystem/material_loader.lua
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-01-23 08:37:54 +0800
committerchai <chaifix@163.com>2019-01-23 08:37:54 +0800
commite26108787b6a121da83ce8dc23962adfedaf35d8 (patch)
treeea4df4d6b35f9b0bfc92a2c7cd122a9031beb8c3 /Source/Asura.Framework/filesystem/material_loader.lua
parent79d9be059b8c64740f2c4dd288afd3d5a807c156 (diff)
*修改大小写
Diffstat (limited to 'Source/Asura.Framework/filesystem/material_loader.lua')
-rw-r--r--Source/Asura.Framework/filesystem/material_loader.lua10
1 files changed, 10 insertions, 0 deletions
diff --git a/Source/Asura.Framework/filesystem/material_loader.lua b/Source/Asura.Framework/filesystem/material_loader.lua
new file mode 100644
index 0000000..8ecfa51
--- /dev/null
+++ b/Source/Asura.Framework/filesystem/material_loader.lua
@@ -0,0 +1,10 @@
+local MaterialLoader = AsuraEngine.Loader.New("material")
+local MaterialManager = require "MaterialManager"
+
+function MaterialLoader.Load(mat)
+
+
+
+end
+
+return MaterialLoader \ No newline at end of file