mirror of
https://github.com/servo/servo.git
synced 2025-07-24 07:40:27 +01:00
Issue #8738: bufferSubData and texImage2D argument sanity checks.
This commit is contained in:
parent
c6d613f75b
commit
f2fe401d7d
6 changed files with 165 additions and 44 deletions
|
@ -134,7 +134,7 @@ pub enum CanvasWebGLMsg {
|
|||
BlendFuncSeparate(u32, u32, u32, u32),
|
||||
AttachShader(u32, u32),
|
||||
BindAttribLocation(u32, u32, String),
|
||||
BufferData(u32, Vec<f32>, u32),
|
||||
BufferData(u32, Vec<u8>, u32),
|
||||
BufferSubData(u32, isize, Vec<u8>),
|
||||
Clear(u32),
|
||||
ClearColor(f32, f32, f32, f32),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue