Added VS2017 UWP project

Reviewed VS2015 UWP project
This commit is contained in:
Ray
2018-01-19 13:07:32 +01:00
parent 8e0a277f7c
commit e604fe1ace
16 changed files with 711 additions and 33 deletions

View File

@ -0,0 +1,16 @@
#pragma once
#include <memory>
#include <wrl.h>
// OpenGL ES includes
#include <GLES2/gl2.h>
#include <GLES2/gl2ext.h>
// EGL includes
#include <EGL/egl.h>
#include <EGL/eglext.h>
#include <EGL/eglplatform.h>
// ANGLE include for Windows Store
#include <angle_windowsstore.h>