Skip to content

Commit 62d401e

Browse files
authored
Fix createVertexArrayOES to return a non-nullable object. (#3756)
This was an oversight from #3642. Fixes #3754.
1 parent bea37b8 commit 62d401e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/OES_vertex_array_object/extension.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ interface OES_vertex_array_object {
3333
</idl>
3434

3535
<newfun>
36-
<function name="createVertexArrayOES" type="WebGLVertexArrayObjectOES?">
36+
<function name="createVertexArrayOES" type="WebGLVertexArrayObjectOES">
3737
Create a <code>WebGLVertexArrayObjectOES</code> object
3838
and initialize it with a vertex array object name as if by
3939
calling <code>glGenVertexArraysOES</code>.

0 commit comments

Comments
 (0)