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

Method properties

src/cpp_wrapper.cpp:740–743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

738 }
739
740 auto Device::properties() const -> DeviceProperties const &
741 {
742 return *r_cast<DeviceProperties const *>(daxa_dvc_properties(rc_cast<daxa_Device>(object)));
743 }
744
745 auto Device::get_supported_present_modes(NativeWindowInfo native_window_info) const -> std::vector<PresentMode>
746 {

Callers 2

initializeMethod · 0.80
device_selectionFunction · 0.80

Calls 1

daxa_dvc_propertiesFunction · 0.85

Tested by

no test coverage detected