[webkit-dev] Clarifying 3D feature defines
Martin Robinson
mrobinson at webkit.org
Fri Apr 24 21:14:37 PDT 2015
On Thu, Apr 23, 2015 at 4:48 PM, Simon Fraser <simon.fraser at apple.com> wrote:
> USE(3D_GRAPHICS) appears to surround WebGL code in general. I don’t see any non-WebGL bits in a quick search.
It seems that USE(3D_GRAPHICS) simply enables GraphicsContext3D and
its helper classes, so I propose that we rename this to
ENABLE_GRAPHICS_CONTEXT_3D.
--Martin
More information about the webkit-dev
mailing list