Bug 164418

Summary: [WebGL2] isErrorGeneratedOnOutOfBoundsAccesses() seems to be improperly used in buffer-based methods
Product: WebKit Reporter: Myles C. Maxfield <mmaxfield>
Component: WebGLAssignee: Myles C. Maxfield <mmaxfield>
Status: NEW ---    
Severity: Normal CC: dino
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   

Description Myles C. Maxfield 2016-11-04 11:47:59 PDT
WebGLRenderingContextBase::bufferData(), WebGL2RenderingContext::copyBufferSubData(), etc. call this function. However, the logic around when to call it seems wrong. This should be investigated.