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

Method copy_image_to_memory

src/cpp_wrapper.cpp:589–593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

587 }
588
589 void Device::copy_image_to_memory(ImageToMemoryCopyInfo const & info)
590 {
591 auto result = daxa_dvc_copy_image_to_memory(r_cast<daxa_Device>(this->object), r_cast<daxa_ImageToMemoryCopyInfo const *>(&info));
592 check_result(result, "failed copy image to memory");
593 }
594
595 void Device::image_layout_operation(HostImageLayoutOperationInfo const & info)
596 {

Callers

nothing calls this directly

Calls 2

check_resultFunction · 0.85

Tested by

no test coverage detected