mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
Remove obsolete BufferDataSource
This commit is contained in:
parent
a82164d8a5
commit
088ebcb095
3 changed files with 7 additions and 9 deletions
|
@ -28,8 +28,6 @@ typedef (ImageData or
|
|||
HTMLImageElement or
|
||||
HTMLCanvasElement or
|
||||
HTMLVideoElement) TexImageSource;
|
||||
typedef (ArrayBuffer or ArrayBufferView) BufferDataSource;
|
||||
|
||||
|
||||
dictionary WebGLContextAttributes {
|
||||
GLboolean alpha = true;
|
||||
|
@ -495,7 +493,7 @@ interface WebGLRenderingContextBase
|
|||
void bufferData(GLenum target, object? data, GLenum usage);
|
||||
[Throws]
|
||||
void bufferData(GLenum target, GLsizeiptr size, GLenum usage);
|
||||
void bufferSubData(GLenum target, GLintptr offset, /*[AllowShared]*/ BufferDataSource? data);
|
||||
void bufferSubData(GLenum target, GLintptr offset, /*[AllowShared]*/ BufferSource? data);
|
||||
|
||||
[WebGLHandlesContextLoss] GLenum checkFramebufferStatus(GLenum target);
|
||||
void clear(GLbitfield mask);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue