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

Method callback

tests/2_daxa_api/6_task_graph/main.cpp:102–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 int i = {};
101 AttachmentViews views = {};
102 void callback(daxa::TaskInterface ti)
103 {
104 auto const & AT = ExampleTaskHead::AT;
105 [[maybe_unused]] auto id = ti.id(AT.buffer0);
106
107 printf("sum: %f\n", f + i);
108 }
109 };
110
111 void head_task_syntax()

Callers

nothing calls this directly

Calls 1

idMethod · 0.80

Tested by

no test coverage detected