MCPcopy Create free account
hub / github.com/Ipotrick/Daxa / zero_ref_callback

Method zero_ref_callback

src/utils/impl_task_graph.cpp:563–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

561 }
562
563 void ImplExternalResource::zero_ref_callback(ImplHandle const * handle)
564 {
565 auto * self = rc_cast<ImplExternalResource *>(handle);
566 delete self;
567 }
568
569 /// =============================================
570 /// ==== EXTERNAL TASK BUFFER IMPLEMENTATION ====

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected