| 201 | } |
| 202 | |
| 203 | PixelFormat ProbeEntry::GetFormat() const |
| 204 | { |
| 205 | return GraphicsSettings::Get()->UseHDRProbes ? PixelFormat::R11G11B10_Float : PixelFormat::R8G8B8A8_UNorm; |
| 206 | } |
| 207 | |
| 208 | bool ProbesRendererService::LazyInit() |
| 209 | { |
no test coverage detected