FOpenGLBase::BlitFramebuffer

Windows
MacOS
Linux

References

Module

OpenGLDrv

Header

/Engine/Source/Runtime/OpenGLDrv/Public/OpenGL.h

Include

#include "OpenGL.h"

Syntax

static void BlitFramebuffer
(
    GLint SrcX0,
    GLint SrcY0,
    GLint SrcX1,
    GLint SrcY1,
    GLint DstX0,
    GLint DstY0,
    GLint DstX1,
    GLint DstY1,
    GLbitfield Mask,
    GLenum Filter
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss