FOpenGL3::CompressedTexSubImage2D

Windows
MacOS
Linux

References

Module

OpenGLDrv

Header

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

Include

#include "OpenGL3.h"

Syntax

static void CompressedTexSubImage2D
(
    GLenum Target,
    GLint Level,
    GLsizei Width,
    GLsizei Height,
    GLenum Format,
    GLsizei ImageSize,
    const GLvoid * PixelData
)

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