MCPcopy Create free account
hub / github.com/crosire/reshade / enter_block

Function enter_block

source/effect_codegen_hlsl.cpp:2123–2126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2121 return _last_block;
2122 }
2123 void enter_block(id id) override
2124 {
2125 _current_block = id;
2126 }
2127 id leave_block_and_kill() override
2128 {
2129 if (!is_in_block())

Callers 1

define_entry_pointFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected