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

Method append

source/effect_codegen_spirv.cpp:132–135  ·  view source on GitHub ↗

Append another basic block the end of this one.

Source from the content-addressed store, hash-verified

130 /// Append another basic block the end of this one.
131 /// </summary>
132 void append(const spirv_basic_block &block)
133 {
134 instructions.insert(instructions.end(), block.instructions.begin(), block.instructions.end());
135 }
136};
137
138class codegen_spirv final : public codegen

Callers 4

emit_ifFunction · 0.45
emit_phiFunction · 0.45
emit_loopFunction · 0.45
emit_switchFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected