| 3175 | } |
| 3176 | |
| 3177 | void FinalizeRenderScriptContext(RenderScriptContext& context, dmScript::HContext script_context) |
| 3178 | { |
| 3179 | context.m_LuaState = 0; |
| 3180 | } |
| 3181 | |
| 3182 | static bool LoadRenderScript(lua_State* L, dmLuaDDF::LuaSource *source, RenderScript* script) |
| 3183 | { |
no outgoing calls
no test coverage detected