MCPcopy Create free account
hub / github.com/decaf-emu/decaf-emu / assembleFile

Function assembleFile

tools/latte-assembler/src/main.cpp:30–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30static bool
31assembleFile(Shader &shader,
32 const std::string &path)
33{
34 std::string src;
35
36 if (!readFile(path, src)) {
37 return false;
38 }
39
40 return assembleShaderCode(shader, src);
41}
42
43int main(int argc, char **argv)
44{

Callers 1

mainFunction · 0.85

Calls 2

assembleShaderCodeFunction · 0.85
readFileFunction · 0.70

Tested by

no test coverage detected