Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
182
void* vtkOSMesaCreateWindow(int width, int height)
183
{
184
return malloc(width * height * 4);
185
}
186
187
vtkOSOpenGLRenderWindow::vtkOSOpenGLRenderWindow()
188
{
Callers
2
CreateOffScreenWindow
Method · 0.85
ResizeOffScreenWindow
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected