MCPcopy Create free account
hub / github.com/dfranx/ShaderDebugger / translate

Method translate

src/GLSLCompiler.cpp:1817–1824  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1815 }
1816
1817 void GLSLCompiler::translate(glsl::astTU *tu) {
1818 for (size_t i = 0; i < tu->structures.size(); i++)
1819 translateStructure(tu->structures[i]);
1820 for (size_t i = 0; i < tu->globals.size(); i++)
1821 translateGlobalVariable(tu->globals[i]);
1822 for (size_t i = 0; i < tu->functions.size(); i++)
1823 translateFunction(tu->functions[i]);
1824 }
1825
1826 void GLSLCompiler::m_buildFuncArgPtrs()
1827 {

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected