struct gpu::PlanΒΆ

#include <gpu_residency.hpp>
 
struct Plan {
    // fields
 
    bool resident = false;
    int frames = 0;
    Footprint foot;
    DeviceInfo device;
    std::string reason;
};