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

Method ExternalTaskImage

src/utils/impl_task_graph.cpp:765–768  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

763 /// ============================================
764
765 ExternalTaskImage::ExternalTaskImage(ExternalTaskImageInfo const & a_info)
766 {
767 this->object = new ImplExternalResource(a_info);
768 }
769
770 ExternalTaskImage::operator TaskImageView() const
771 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected