a couple of routines for offscreen rendering
| 175 | |
| 176 | // a couple of routines for offscreen rendering |
| 177 | void vtkOSMesaDestroyWindow(void* Window) |
| 178 | { |
| 179 | free(Window); |
| 180 | } |
| 181 | |
| 182 | void* vtkOSMesaCreateWindow(int width, int height) |
| 183 | { |
no outgoing calls
no test coverage detected