MCPcopy Create free account
hub / github.com/beefytech/Beef / BfPassInstance_Delete

Function BfPassInstance_Delete

IDEHelper/Compiler/BfSystem.cpp:4425–4428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4423}
4424
4425BF_EXPORT void BF_CALLTYPE BfPassInstance_Delete(BfPassInstance* bfPassInstance)
4426{
4427 delete bfPassInstance;
4428}
4429
4430BF_EXPORT BfPassInstance* BF_CALLTYPE BfSystem_CreatePassInstance(BfSystem* bfSystem)
4431{

Callers 2

ReleaseCompilerMethod · 0.85
CompileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected