UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
WindowsOpenGLFunctions.cpp File Reference

Macros

#define DEFINE_GL_ENTRYPOINTS(Type, Func)   Type Func = NULL;
 

Functions

 ENUM_GL_ENTRYPOINTS_ALL (DEFINE_GL_ENTRYPOINTS)
 

Variables

PFNWGLCREATECONTEXTATTRIBSARBPROC wglCreateContextAttribsARB = NULL
 

Macro Definition Documentation

◆ DEFINE_GL_ENTRYPOINTS

#define DEFINE_GL_ENTRYPOINTS (   Type,
  Func 
)    Type Func = NULL;

Function Documentation

◆ ENUM_GL_ENTRYPOINTS_ALL()

ENUM_GL_ENTRYPOINTS_ALL ( DEFINE_GL_ENTRYPOINTS  )

Variable Documentation

◆ wglCreateContextAttribsARB

PFNWGLCREATECONTEXTATTRIBSARBPROC wglCreateContextAttribsARB = NULL

This function is handled separately because it is used to get a real context.