commit | 31edb92a556ca33d3d4c4545411c59170bd1b7a3 | [log] [tgz] |
---|---|---|
author | Ian Elliott <ianelliott@google.com> | Tue Jan 05 14:41:45 2016 -0700 |
committer | Jon Ashburn <jon@lunarg.com> | Wed Jan 06 12:23:10 2016 -0700 |
tree | 65644c25156ab42d28f0eff1cc766f1e32e3217d | |
parent | dcf8eca7358b357001d849eb57111c4a0dc4d3bd [diff] |
Swapchain: Use an INFO instead of an ERROR for when pNext is non-NULL. This is a compromise. Currently, this is an error situation. However, another extension could be added that uses pNext, and then if the Swapchain layer isn't updated, a false-error situation could occur. By using an INFO message, the user is still alerted of the possibility of a problem, but won't be annoyed in the case of a new extension.