From 164885fd98d48703bd771f802d79557b7db97431 Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 29 Oct 2021 22:28:12 +0800 Subject: =?UTF-8?q?*=20!!!=20=E5=85=81=E8=AE=B8NativeClass=E5=BB=B6?= =?UTF-8?q?=E5=90=8E=E7=BB=91=E5=AE=9AVM?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Runtime/Graphics/Shader.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Runtime/Graphics/Shader.cpp') diff --git a/Runtime/Graphics/Shader.cpp b/Runtime/Graphics/Shader.cpp index 2c3d686..4c41d6b 100644 --- a/Runtime/Graphics/Shader.cpp +++ b/Runtime/Graphics/Shader.cpp @@ -35,6 +35,11 @@ void checkCompileshaderErrorors(GLuint shader, std::string type) } } +Shader::Shader() + : NativeClass() +{ +} + Shader::Shader(LuaBind::VM*vm) : NativeClass(vm) { -- cgit v1.1-26-g67d0