Edit

kc3-lang/angle/include/GLES/glext_angle.h

Branch :

  • Show log

    Commit

  • Author : Geoff Lang
    Date : 2018-01-12 17:17:27
    Hash : 2aaa7b4e
    Message : Add GLES1 targets and stub entry points. * Create a new libGLESv1_CM target. * Merge all autogenerated extension entry points into one file. * Allow creation of ES1 contexts. BUG=angleproject:2306 Change-Id: I446258363a96a3c37d657089dd7c1cff0fa3cf78 Reviewed-on: https://chromium-review.googlesource.com/865718 Commit-Queue: Geoff Lang <geofflang@chromium.org> Reviewed-by: Geoff Lang <geofflang@chromium.org>

  • include/GLES/glext_angle.h
  • //
    // Copyright (c) 2018 The ANGLE Project Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style license that can be
    // found in the LICENSE file.
    //
    // glext_angle.h: ANGLE modifications to the glext.h header file.
    //   Currently we don't include this file directly, we patch glext.h
    //   to include it implicitly so it is visible throughout our code.
    
    #ifndef INCLUDE_GLES_GLEXT_ANGLE_H_
    #define INCLUDE_GLES_GLEXT_ANGLE_H_
    
    // clang-format off
    
    // clang-format on
    
    #endif  // INCLUDE_GLES_GLEXT_ANGLE_H_