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

Method BlitToRenderFramebuffer

Rendering/OpenGL2/vtkOpenGLRenderWindow.cxx:1888–1892  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1886}
1887
1888void vtkOpenGLRenderWindow::BlitToRenderFramebuffer(bool includeDepth)
1889{
1890 this->BlitToRenderFramebuffer(0, 0, this->Size[0], this->Size[1], 0, 0, this->Size[0],
1891 this->Size[1], GL_COLOR_BUFFER_BIT | (includeDepth ? GL_DEPTH_BUFFER_BIT : 0), GL_NEAREST);
1892}
1893
1894void vtkOpenGLRenderWindow::BlitToRenderFramebuffer(int srcX, int srcY, int srcWidth, int srcHeight,
1895 int destX, int destY, int destWidth, int destHeight, int bufferMode, int interpolation)

Callers 3

ExecuteMethod · 0.80
ExecuteMethod · 0.80
StartMethod · 0.80

Calls 10

CreateFramebuffersMethod · 0.95
vtkglViewportMethod · 0.80
vtkglScissorMethod · 0.80
vtkglDisableMethod · 0.80
ActivateDrawBufferMethod · 0.80
vtkglBlitFramebufferMethod · 0.80
ActivateReadBufferMethod · 0.80
GetStateMethod · 0.45
ResizeMethod · 0.45
BindMethod · 0.45

Tested by 2

ExecuteMethod · 0.64
ExecuteMethod · 0.64