FOpenGLBase::CopyImageSubData

Windows
MacOS
Linux

References

Module

OpenGLDrv

Header

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

Include

#include "OpenGL.h"

Syntax

static void CopyImageSubData
(
    GLuint SrcName,
    GLenum SrcTarget,
    GLint SrcLevel,
    GLint SrcX,
    GLint SrcY,
    GLint SrcZ,
    GLuint DstName,
    GLenum DstTarget,
    GLint DstLevel,
    GLint DstX,
    GLint DstY,
    GLint DstZ,
    GLsizei Width,
    GLsizei Height,
    GLsizei Depth
)

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