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

Method device_memory_report

src/cpp_wrapper.cpp:332–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330 }
331
332 void Device::device_memory_report(DeviceMemoryReport & out_report) const
333 {
334 daxa_Result result = daxa_dvc_device_memory_report(r_cast<daxa_Device>(this->object), r_cast<daxa_DeviceMemoryReport *>(&out_report));
335 check_result(result, "failed to create device memory report");
336 }
337
338 auto Device::device_memory_report_convenient() const -> DeviceMemoryReportConvenient
339 {

Callers

nothing calls this directly

Calls 2

check_resultFunction · 0.85

Tested by

no test coverage detected