FOpenGLDynamicRHI::CachedSetupTextureStage

Set a resource on texture target of a specific real OpenGL stage.

Windows
MacOS
Linux

References

Module

OpenGLDrv

Header

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

Include

#include "OpenGLDrv.h"

Syntax

void CachedSetupTextureStage
(
    FOpenGLContextState & ContextState,
    GLint TextureIndex,
    GLenum Target,
    GLuint Resource,
    GLint BaseMip,
    GLint NumMips
)

Remarks

Set a resource on texture target of a specific real OpenGL stage. Goes through cache to eliminate redundant calls.

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