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

Method translate

src/HLSLCompiler.cpp:464–470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462 }
463
464 bool HLSLCompiler::translate(M4::HLSLTree* tree)
465 {
466 M4::HLSLRoot* root = tree->GetRoot();
467 translateStatements(root->statement);
468
469 return true;
470 }
471 void HLSLCompiler::translateExpressionList(M4::HLSLExpression* expression)
472 {
473 int numExpressions = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected