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

Function vtkOSMesaCreateWindow

Rendering/OpenGL2/vtkOSOpenGLRenderWindow.cxx:182–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182void* vtkOSMesaCreateWindow(int width, int height)
183{
184 return malloc(width * height * 4);
185}
186
187vtkOSOpenGLRenderWindow::vtkOSOpenGLRenderWindow()
188{

Callers 2

CreateOffScreenWindowMethod · 0.85
ResizeOffScreenWindowMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected