https://bugs.documentfoundation.org/show_bug.cgi?id=172804
--- Comment #5 from Jonathan Clark <[email protected]> --- (In reply to V Stuart Foote from comment #4) > I looked but didn't keep a listing of chrome://gpu with the 27.20.100.8853, > I think it was using OpenGL. Chrome uses Direct3D by default on Windows. The Skia backend was probably GaneshGL, but they translate OpenGL calls into Direct3D with another library (ANGLE). You can force Chrome to use Vulkan on Windows with the command line, but it won't happen automatically. Direct3D and Vulkan use separate drivers. They'll both have different bugs, and the Direct3D one is better-tested so it probably doesn't have as many. -- You are receiving this mail because: You are the assignee for the bug.
