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

Method ExternalTaskBuffer

src/utils/impl_task_graph.cpp:573–576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

571 /// =============================================
572
573 ExternalTaskBuffer::ExternalTaskBuffer(ExternalTaskBufferInfo const & info)
574 {
575 this->object = new ImplExternalResource(info);
576 }
577
578 auto ExternalTaskBuffer::view() const -> TaskBufferView
579 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected