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

Method ExternalTaskTlas

src/utils/impl_task_graph.cpp:701–704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

699 /// ===========================================
700
701 ExternalTaskTlas::ExternalTaskTlas(ExternalTaskTlasInfo const & info)
702 {
703 this->object = new ImplExternalResource(info);
704 }
705
706 auto ExternalTaskTlas::view() const -> TaskTlasView
707 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected