Searched defs:GridPreloadItem (Results 1 – 1 of 1) sorted by relevance
36 struct GridPreloadItem { struct37 explicit GridPreloadItem(int32_t idx) : idx(idx) {} in GridPreloadItem() function38 GridPreloadItem(int32_t idx, bool buildOnly) : idx(idx), buildOnly(buildOnly) {} in GridPreloadItem() argument45 int32_t idx = -1;46 bool buildOnly = false; // true if item only needs to be created, not measure / layout