Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/OpenGLDrv/Public/OpenGLES.h |
Include |
#include "OpenGLES.h" |
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
)