UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
WindowsOpenGLPlatform.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
OpenGLThirdParty.h
"
6
7
#define UGL_PLATFORM_SUPPORTS_GLES 0
8
#define UGL_PLATFORM_SUPPORTS_GL3 1
9
#define UGL_PLATFORM_SUPPORTS_GL4 1
10
12
#define UGL_DRAW_FRAMEBUFFER GL_DRAW_FRAMEBUFFER
13
#define UGL_READ_FRAMEBUFFER GL_READ_FRAMEBUFFER
14
#define UGL_ABGR8 GL_UNSIGNED_INT_8_8_8_8_REV
15
#define UGL_ANY_SAMPLES_PASSED GL_ANY_SAMPLES_PASSED
16
#define UGL_SAMPLES_PASSED GL_SAMPLES_PASSED
17
#define UGL_TIME_ELAPSED GL_TIME_ELAPSED
18
#define UGL_CLAMP_TO_BORDER GL_CLAMP_TO_BORDER
OpenGLThirdParty.h
Engine
Source
Runtime
OpenGLDrv
Private
Windows
WindowsOpenGLPlatform.h
Generated by
1.9.8