pub unsafe extern "C" fn device_memory_properties(
    device: DeviceRef
) -> DeviceMemoryProperties
Expand description

Query local memory information of the provided device at this point in time.

@param device the device to be queried @return The device’s memory information.