| 76 | } |
| 77 | |
| 78 | void Screenshoter::select_compute_program(DisplayViewType display_view) |
| 79 | { |
| 80 | m_active_compute_program = m_compute_programs[display_view]; |
| 81 | } |
| 82 | |
| 83 | void Screenshoter::write_to_png() |
| 84 | { |
nothing calls this directly
no outgoing calls
no test coverage detected