| 290 | } |
| 291 | |
| 292 | void WithValidRenderContext::MakeScreenShot( const char* outFilePath ) |
| 293 | { |
| 294 | auto rt = GetReadableBackBuffer( *renderContext ); |
| 295 | ASSERT_TRUE( rt.IsValid() ); |
| 296 | SaveReadableRenderTarget( rt, outFilePath, *renderContext ); |
| 297 | } |
| 298 | |
| 299 | |
| 300 | void WithValidRenderContext::MakeTestScreenShot() |
nothing calls this directly
no test coverage detected