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

Method translateDeclarationStatement

src/GLSLCompiler.cpp:1430–1433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1428 }
1429
1430 void GLSLCompiler::translateDeclarationStatement(glsl::astDeclarationStatement *statement) {
1431 for (size_t i = 0; i < statement->variables.size(); i++)
1432 translateDeclarationVariable(statement->variables[i]);
1433 }
1434
1435 void GLSLCompiler::translateExpressionStatement(glsl::astExpressionStatement *statement) {
1436 translateExpression(statement->expression);

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected