| 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() |