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

Method translateExpressionStatement

src/GLSLCompiler.cpp:1435–1437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1433 }
1434
1435 void GLSLCompiler::translateExpressionStatement(glsl::astExpressionStatement *statement) {
1436 translateExpression(statement->expression);
1437 }
1438
1439 void GLSLCompiler::translateIfStetement(glsl::astIfStatement *statement) {
1440 m_exportLine(statement);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected