Commit b4b0b482 by Geoff Lang

Fix missing and incorrect ordering of FunctionsWGL member initialization.

BUG=angleproject:890 Change-Id: Id55d941a95cf38f825b9a52fc8043e0e129f7a82 Reviewed-on: https://chromium-review.googlesource.com/292631Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Tested-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent 4f488494
......@@ -64,10 +64,12 @@ FunctionsWGL::FunctionsWGL()
realizeLayerPalette(nullptr),
swapLayerBuffers(nullptr),
swapMultipleBuffers(nullptr),
createContextAttribsARB(nullptr),
getPixelFormatAttribivARB(nullptr),
getExtensionStringEXT(nullptr),
getExtensionStringARB(nullptr),
createContextAttribsARB(nullptr),
getPixelFormatAttribivARB(nullptr),
getPixelFormatAttribfvARB(nullptr),
choosePixelFormatARB(nullptr),
swapIntervalEXT(nullptr),
createPbufferARB(nullptr),
getPbufferDCARB(nullptr),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment