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

Method id

src/utils/impl_task_graph.cpp:598–602  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

596 }
597
598 auto ExternalTaskBuffer::id() const -> BufferId
599 {
600 auto const & impl = *r_cast<ImplExternalResource const *>(this->object);
601 return impl.id.buffer;
602 }
603
604 void ExternalTaskBuffer::set_buffer(BufferId buffer)
605 {

Callers 6

clear_imageMethod · 0.80
initializeMethod · 0.80
record_tasksMethod · 0.80
callbackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected