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

Method create_task_tlas

src/utils/impl_task_graph.cpp:993–997  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

991 }
992
993 auto TaskGraph::create_task_tlas(TaskTlasInfo info) -> TaskTlasView
994 {
995 auto & impl = *reinterpret_cast<ImplTaskGraph *>(this->object);
996 return TaskTlasView{.task_graph_index = impl.unique_index, .index = create_buffer_helper(impl, TaskResourceKind::TLAS, info.size, info.lifetime_type, info.name)};
997 }
998
999 auto TaskGraph::create_task_image(TaskImageInfo info) -> TaskImageView
1000 {

Callers

nothing calls this directly

Calls 1

create_buffer_helperFunction · 0.70

Tested by

no test coverage detected