Commit bd88f35d authored by Brian Osman's avatar Brian Osman Committed by Commit Bot

Skia no longer uses fMinSampleShading, so remove function pointer init

See also https://skia-review.googlesource.com/c/skia/+/175423

Change-Id: Ieb8afcaa232cbf5aef78a28823e7f7528e048153
Reviewed-on: https://chromium-review.googlesource.com/c/1366758Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Commit-Queue: Brian Osman <brianosman@google.com>
Cr-Commit-Position: refs/heads/master@{#614824}
parent ebaa9958
...@@ -523,9 +523,6 @@ sk_sp<GrGLInterface> CreateGrGLInterface( ...@@ -523,9 +523,6 @@ sk_sp<GrGLInterface> CreateGrGLInterface(
// functions->fCreateImage = nullptr; // functions->fCreateImage = nullptr;
// functions->fDestroyImage = nullptr; // functions->fDestroyImage = nullptr;
// GL 4.0 or GL_ARB_sample_shading or ES+GL_OES_sample_shading
functions->fMinSampleShading = gl->glMinSampleShadingFn;
functions->fFenceSync = gl->glFenceSyncFn; functions->fFenceSync = gl->glFenceSyncFn;
functions->fIsSync = gl->glIsSyncFn; functions->fIsSync = gl->glIsSyncFn;
functions->fClientWaitSync = gl->glClientWaitSyncFn; functions->fClientWaitSync = gl->glClientWaitSyncFn;
......
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