Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix shader compilation failure in IE11. #2359

Merged
merged 1 commit into from
Dec 30, 2014
Merged

Fix shader compilation failure in IE11. #2359

merged 1 commit into from
Dec 30, 2014

Conversation

kring
Copy link
Member

@kring kring commented Dec 30, 2014

Fixes #2358

A function needed only in 2D mode was not being included in 3D. Other
browsers were ok with this because the functions that called the missing
one were never called, but IE had a problem with it.

This change includes the function in 3D as well, which is consistent with Cesium's behavior before #2346.

Fixes #2358

A function needed only in 2D mode was not being included in 3D.  Other
browsers were ok with this because the functions that called the missing
one were never called, but IE had a problem with it.
@pjcozzi
Copy link
Contributor

pjcozzi commented Dec 30, 2014

Code looks good to me.

@mramato can you test and merge? I don't have a Windows machine handy today.

@mramato
Copy link
Contributor

mramato commented Dec 30, 2014

Thanks @kring.

mramato added a commit that referenced this pull request Dec 30, 2014
@mramato mramato merged commit 65dfeea into master Dec 30, 2014
@mramato mramato deleted the ieCompileFailure branch December 30, 2014 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IE completely broken in master
3 participants