Bug 164418 - [WebGL2] isErrorGeneratedOnOutOfBoundsAccesses() seems to be improperly used in buffer-based methods
Summary: [WebGL2] isErrorGeneratedOnOutOfBoundsAccesses() seems to be improperly used ...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Myles C. Maxfield
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-04 11:47 PDT by Myles C. Maxfield
Modified: 2016-11-04 11:57 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.