Bug 184033

Summary: Nothing renders if attribute 0 is disabled and VAO extension is enabled
Product: WebKit Reporter: Kirill S. Dmitrenko <kdmitrenko>
Component: WebGLAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: dino, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Safari 11   
Hardware: Mac   
OS: macOS 10.12   
Attachments:
Description Flags
Test case. none

Description Kirill S. Dmitrenko 2018-03-27 04:31:19 PDT
Created attachment 336573 [details]
Test case.

Rendering work fine with attribute 0 disabled and without OES_vertex_array_object extension enabled. But if the extension is enabled and a non-null VAO object with 0 attrib disabled is bound, nothing renders.

Test page: https://codepen.io/dmikis/full/VXrBBe. A picture expected, black canvas is rendered instead.
Comment 1 Radar WebKit Bug Importer 2018-03-27 18:12:02 PDT
<rdar://problem/38937267>