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.mm: Exposing the soft-linked EAGL interface. 8 9#import <OpenGLES/EAGL.h> 10#import <OpenGLES/EAGLDrawable.h> 11#import <OpenGLES/EAGLIOSurface.h> 12 13#import "common/apple/SoftLinking.h" 14 15SOFT_LINK_FRAMEWORK_SOURCE(OpenGLES) 16 17SOFT_LINK_CLASS(OpenGLES, EAGLContext) 18