Errata to the WebGL Specification

From WebGL Public Wiki
Revision as of 08:00, 19 December 2016 by Kbr google (talk | contribs) (Created page with "This page describes areas in the WebGL specification where known bugs in graphics drivers affect portability of code. == WebGL 2.0 == === macOS, AMD GPUs === Bugs in the im...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This page describes areas in the WebGL specification where known bugs in graphics drivers affect portability of code.

WebGL 2.0

macOS, AMD GPUs

Bugs in the implementation of transform feedback affect the ability to collect multiple draw calls' results into output buffers. The workaround is to use only a single draw call per transform feedback operation. Apple Radar 28126946, [| Chromium bug 526748]