summaryrefslogtreecommitdiff
path: root/Source/Asura.Framework/graphics/shader.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Asura.Framework/graphics/shader.lua')
-rw-r--r--Source/Asura.Framework/graphics/shader.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Asura.Framework/graphics/shader.lua b/Source/Asura.Framework/graphics/shader.lua
index b719d2b..e427b1b 100644
--- a/Source/Asura.Framework/graphics/shader.lua
+++ b/Source/Asura.Framework/graphics/shader.lua
@@ -39,3 +39,5 @@ end
function Shader.SendMat44(self, name, mat44)
end
+
+return Shader \ No newline at end of file