MCPcopy Create free account
hub / github.com/baldurk/renderdoc / SafeBlitFramebuffer

Function SafeBlitFramebuffer

renderdoc/driver/gl/gl_common.cpp:1703–1709  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1701};
1702
1703void SafeBlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0,
1704 GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
1705{
1706 SafeClearBlitState safe;
1707
1708 GL.glBlitFramebuffer(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter);
1709}
1710
1711void SafeClearFramebuffer(GLbitfield clearMask, GLfloat rgba[4], GLfloat depth, GLint stencil)
1712{

Callers 11

QueryNumFragmentsByEventFunction · 0.85
GetTextureDataMethod · 0.85
RenderOverlayMethod · 0.85
RenderTextureInternalMethod · 0.85
GetMinMaxMethod · 0.85
GetHistogramMethod · 0.85
_glCopyImageSubDataFunction · 0.85

Calls 1

glBlitFramebufferMethod · 0.45

Tested by

no test coverage detected