| 293 | } |
| 294 | |
| 295 | void D3d11ImageBasicApp::openImageDialog() |
| 296 | { |
| 297 | fs::path path = getOpenFilePath( "", ImageIo::getLoadExtensions() ); |
| 298 | if( ! path.empty() ) { |
| 299 | loadImage( path ); |
| 300 | } |
| 301 | } |
| 302 | |
| 303 | void D3d11ImageBasicApp::saveScreenshot() |
| 304 | { |
nothing calls this directly
no test coverage detected