Errata to the WebGL Specification: Difference between revisions

From WebGL Public Wiki
Jump to navigation Jump to search
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..."
 
No edit summary
Line 5: Line 5:
=== macOS, AMD GPUs ===
=== 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''', [[http://crbug.com/526748 | Chromium bug 526748]]
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''', [[http://crbug.com/526748 Chromium bug 526748]]

Revision as of 08:00, 19 December 2016

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]