We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 2787 - ANGLE project changed #define constants
Summary: ANGLE project changed #define constants
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: HG 2.0
Hardware: x86_64 Windows 8
: P2 normal
Assignee: Gabriel Jacobo
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-17 10:23 UTC by asdron
Modified: 2017-08-14 04:34 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description asdron 2014-11-17 10:23:46 UTC
In latest "ANGLE project: branch "future-dev" were changed define's constants.

SDL_winrtopengles.cpp:39

was:

#define EGL_PLATFORM_ANGLE_ANGLE                0x3201
#define EGL_PLATFORM_ANGLE_TYPE_ANGLE           0x3202
#define EGL_PLATFORM_ANGLE_TYPE_DEFAULT_ANGLE   0x3203
#define EGL_PLATFORM_ANGLE_TYPE_D3D11_ANGLE     0x3205

now:

#define EGL_PLATFORM_ANGLE_ANGLE                0x3201
#define EGL_PLATFORM_ANGLE_TYPE_ANGLE           0x3202
#define EGL_PLATFORM_ANGLE_TYPE_DEFAULT_ANGLE   0x3205
#define EGL_PLATFORM_ANGLE_TYPE_D3D11_ANGLE     0x3207
Comment 1 Philipp Wiesemann 2015-09-20 17:58:45 UTC
This was maybe fixed here: https://hg.libsdl.org/SDL/rev/847eb2564aa4
Comment 2 Sam Lantinga 2017-08-14 04:34:45 UTC
I believe this is fixed now.