Allow binding the null buffer in vertexAttribPointer if offset is 0

This commit is contained in:
Anthony Ramine 2018-08-25 14:33:40 +02:00
parent 0ba66f9f12
commit 7f9d560f28
3 changed files with 10 additions and 11 deletions

View file

@ -1,4 +0,0 @@
[gl-vertexattribpointer.html]
[WebGL test #3: getError expected: NO_ERROR. Was INVALID_OPERATION : vertexAttribPointer should succeed if no buffer is bound and `offset` is zero.]
expected: FAIL

View file

@ -1,4 +0,0 @@
[vertexAttribPointerBadArgs.html]
[WebGL test #0: testVertexAttribPointerVBO]
expected: FAIL