• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 //
2 // Copyright 2020 The ANGLE Project Authors. All rights reserved.
3 // Use of this source code is governed by a BSD-style license that can be
4 // found in the LICENSE file.
5 //
6 
7 // FunctionsEAGL.h: Exposing the soft-linked EAGL interface.
8 
9 #ifndef EAGL_FUNCTIONS_H_
10 #define EAGL_FUNCTIONS_H_
11 
12 #include <OpenGLES/EAGL.h>
13 #include <OpenGLES/EAGLDrawable.h>
14 #include <OpenGLES/EAGLIOSurface.h>
15 
16 #include "common/apple/SoftLinking.h"
17 
18 SOFT_LINK_FRAMEWORK_HEADER(OpenGLES)
19 
20 SOFT_LINK_CLASS_HEADER(EAGLContext)
21 
22 #endif  // EAGL_FUNCTIONS_H_
23