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

Method translateContinueStatement

src/GLSLCompiler.cpp:1609–1611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1607 }
1608
1609 void GLSLCompiler::translateContinueStatement() {
1610 m_gen.Function.SetAddress(m_gen.Function.Goto(), m_continueAddr.top());
1611 }
1612
1613 void GLSLCompiler::translateBreakStatement() {
1614 if (m_breaks.size() > 0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected