Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crosire/reshade
/ enter_block
Function
enter_block
source/effect_codegen_glsl.cpp:2312–2315 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2310
return _last_block;
2311
}
2312
void enter_block(id id) override
2313
{
2314
_current_block = id;
2315
}
2316
id leave_block_and_kill() override
2317
{
2318
if (!is_in_block())
Callers
1
define_entry_point
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected