| 12 | namespace skr { |
| 13 | namespace renderer { |
| 14 | struct PSOMapImpl; |
| 15 | using PSOFutureLauncher = skr::FutureLauncher<bool>; |
| 16 | |
| 17 | struct PSOProgress : public skr::AsyncProgress<PSOFutureLauncher, int, bool> |
nothing calls this directly
no test coverage detected