UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MacOpenGLThirdParty.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include <OpenGL/OpenGL.h>
6#include <OpenGL/gl3.h>
7#include <OpenGL/gl3ext.h>
8
9#ifndef GL_COMPUTE_SHADER
10 #define GL_COMPUTE_SHADER 0x91B9
11#endif
12#ifndef GL_TESS_EVALUATION_SHADER
13 #define GL_TESS_EVALUATION_SHADER 0x8E87
14#endif
15#ifndef GL_TESS_CONTROL_SHADER
16 #define GL_TESS_CONTROL_SHADER 0x8E88
17#endif