[webkit-reviews] review granted: [Bug 202593] Allow using WebGL 2 when USE_ANGLE=1 : [Attachment 380232] Allow using WebGL 2 when USE_ANGLE=1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 4 12:30:52 PDT 2019


Dean Jackson <dino at apple.com> has granted James Darpinian
<jdarpinian at gmail.com>'s request for review:
Bug 202593: Allow using WebGL 2 when USE_ANGLE=1
https://bugs.webkit.org/show_bug.cgi?id=202593

Attachment 380232: Allow using WebGL 2 when USE_ANGLE=1

https://bugs.webkit.org/attachment.cgi?id=380232&action=review




--- Comment #2 from Dean Jackson <dino at apple.com> ---
Comment on attachment 380232
  --> https://bugs.webkit.org/attachment.cgi?id=380232
Allow using WebGL 2 when USE_ANGLE=1

View in context: https://bugs.webkit.org/attachment.cgi?id=380232&action=review

> Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:614
> +#if ENABLE(WEBGL2) && PLATFORM(MAC) && !USE_ANGLE

!USE(ANGLE)


More information about the webkit-reviews mailing list