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

Method create_task_buffer

src/utils/impl_task_graph.cpp:987–991  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

985 }
986
987 auto TaskGraph::create_task_buffer(TaskBufferInfo info) -> TaskBufferView
988 {
989 auto & impl = *reinterpret_cast<ImplTaskGraph *>(this->object);
990 return TaskBufferView{.task_graph_index = impl.unique_index, .index = create_buffer_helper(impl, TaskResourceKind::BUFFER, info.size, info.lifetime_type, info.name)};
991 }
992
993 auto TaskGraph::create_task_tlas(TaskTlasInfo info) -> TaskTlasView
994 {

Callers 3

bindless_handlesFunction · 0.80
transient_resourcesFunction · 0.80

Calls 1

create_buffer_helperFunction · 0.70

Tested by

no test coverage detected