mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-31 03:09:17 -05:00
REVIEWED: VS2017.UWP project
It seems there is some problem on drawing... :(
This commit is contained in:
@ -59,7 +59,7 @@ using namespace Windows::Graphics::Display;
|
||||
using namespace Microsoft::WRL;
|
||||
using namespace Platform;
|
||||
|
||||
extern "C" { EGLNativeWindowType uwpWindow; };
|
||||
extern "C" { EGLNativeWindowType handle; };
|
||||
|
||||
/*
|
||||
TODO list:
|
||||
@ -117,7 +117,7 @@ public:
|
||||
|
||||
// The CoreWindow has been created, so EGL can be initialized.
|
||||
|
||||
uwpWindow = (EGLNativeWindowType)window;
|
||||
handle = (EGLNativeWindowType)window;
|
||||
|
||||
InitWindow(width, height, NULL);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user