MCPcopy Create free account
hub / github.com/defold/defold / LuaSourceFromString

Function LuaSourceFromString

engine/render/src/test/test_render_script.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57
58 dmLuaDDF::LuaSource *LuaSourceFromString(const char *source)
59 {
60 return LuaSourceFromStringAndFilename(source, "render-dummy");
61 }
62}
63
64static dmRenderDDF::GlyphBank* CreateGlyphBank(uint32_t max_ascent, uint32_t max_descent, uint32_t glyph_count)

Callers 1

TEST_FFunction · 0.85

Calls 1

Tested by

no test coverage detected