Comments in header
| 2867 | |
| 2868 | // Comments in header |
| 2869 | void 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 |
| 2881 | void Builder::enterFunction(Function const* function) |