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

Method list_devices_properties

src/cpp_wrapper.cpp:294–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292 }
293
294 auto Instance::list_devices_properties() -> std::span<DeviceProperties const>
295 {
296 DeviceProperties const * data = {};
297 u32 size = {};
298 daxa_instance_list_devices_properties(r_cast<daxa_Instance>(this->object), r_cast<daxa_DeviceProperties const **>(&data), &size);
299 return {data, size};
300 }
301
302 auto Instance::info() const -> InstanceInfo const &
303 {

Callers 2

mainFunction · 0.80
device_selectionFunction · 0.80

Tested by

no test coverage detected