|
@@ -11,7 +11,7 @@ interface mixin WebGL2RenderingContextOverloads {
|
|
undefined bufferSubData(GLenum target, GLintptr dstByteOffset, BufferSource srcData);
|
|
undefined bufferSubData(GLenum target, GLintptr dstByteOffset, BufferSource srcData);
|
|
// WebGL2:
|
|
// WebGL2:
|
|
undefined bufferData(GLenum target, [AllowShared] ArrayBufferView srcData, GLenum usage, unsigned long long srcOffset, optional GLuint length = 0);
|
|
undefined bufferData(GLenum target, [AllowShared] ArrayBufferView srcData, GLenum usage, unsigned long long srcOffset, optional GLuint length = 0);
|
|
- [FIXME] undefined bufferSubData(GLenum target, GLintptr dstByteOffset, [AllowShared] ArrayBufferView srcData, unsigned long long srcOffset, optional GLuint length = 0);
|
|
|
|
|
|
+ undefined bufferSubData(GLenum target, GLintptr dstByteOffset, [AllowShared] ArrayBufferView srcData, unsigned long long srcOffset, optional GLuint length = 0);
|
|
|
|
|
|
// WebGL1 legacy entrypoints:
|
|
// WebGL1 legacy entrypoints:
|
|
undefined texImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, [AllowShared] ArrayBufferView? pixels);
|
|
undefined texImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, [AllowShared] ArrayBufferView? pixels);
|