Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
gles.h
Go to the documentation of this file.
1// Copyright 2013 The Flutter Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef FLUTTER_IMPELLER_RENDERER_BACKEND_GLES_GLES_H_
6#define FLUTTER_IMPELLER_RENDERER_BACKEND_GLES_GLES_H_
7
8// IWYU pragma: begin_exports
9#include "GLES3/gl3.h"
10
11// Defines for extension enums.
12#define IMPELLER_GL_CLAMP_TO_BORDER 0x812D
13#define IMPELLER_GL_TEXTURE_BORDER_COLOR 0x1004
14
15#define GL_GLEXT_PROTOTYPES
16#include "GLES2/gl2ext.h"
17// IWYU pragma: end_exports
18
19#endif // FLUTTER_IMPELLER_RENDERER_BACKEND_GLES_GLES_H_