mirror of
https://github.com/servo/servo.git
synced 2025-08-02 04:00:32 +01:00
19 lines
450 B
C
19 lines
450 B
C
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
|
|
|
|
#pragma once
|
|
|
|
#include <concrt.h>
|
|
#include <ppltasks.h>
|
|
|
|
#define GL_GLEXT_PROTOTYPES
|
|
|
|
#include <GLES2/gl2.h>
|
|
#include <GLES2/gl2ext.h>
|
|
|
|
#include <EGL/egl.h>
|
|
#include <EGL/eglext.h>
|
|
#include <EGL/eglplatform.h>
|
|
|
|
#include <angle_windowsstore.h>
|