MCPcopy Create free account
hub / github.com/Kitware/VTK / vtkOSMesaDestroyWindow

Function vtkOSMesaDestroyWindow

Rendering/OpenGL2/vtkOSOpenGLRenderWindow.cxx:177–180  ·  view source on GitHub ↗

a couple of routines for offscreen rendering

Source from the content-addressed store, hash-verified

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

Callers 2

ResizeOffScreenWindowMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected