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

Class BatchToColumn

src/utils/impl_task_graph_ui.cpp:1832–1836  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1830 col_names.push_back("");
1831
1832 struct BatchToColumn
1833 {
1834 u64 first_col = ~0u;
1835 u64 col_count = ~0u;
1836 };
1837 u32 batch_count = 0u;
1838 for (u32 submit_index = 0; submit_index < impl_tg->submits.size(); ++submit_index)
1839 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected