MCPcopy Create free account
hub / github.com/KhronosGroup/glslang / leaveLexicalBlock

Method leaveLexicalBlock

SPIRV/SpvBuilder.cpp:2869–2878  ·  view source on GitHub ↗

Comments in header

Source from the content-addressed store, hash-verified

2867
2868// Comments in header
2869void Builder::leaveLexicalBlock()
2870{
2871 if (!emitNonSemanticShaderDebugInfo) {
2872 return;
2873 }
2874
2875 // Pop current scope from stack and clear current scope
2876 currentDebugScopeId.pop();
2877 dirtyScopeTracker = true;
2878}
2879
2880// Comments in header
2881void Builder::enterFunction(Function const* function)

Callers 1

visitAggregateMethod · 0.80

Calls 1

popMethod · 0.45

Tested by

no test coverage detected