mirror of
https://github.com/servo/servo.git
synced 2025-06-19 14:48:59 +01:00
Implement WebGL scissor method
This commit is contained in:
parent
59a3544279
commit
6a72d4dd12
4 changed files with 11 additions and 1 deletions
|
@ -175,6 +175,7 @@ pub enum CanvasWebGLMsg {
|
|||
GetAttribLocation(u32, String, IpcSender<Option<i32>>),
|
||||
GetUniformLocation(u32, String, IpcSender<Option<i32>>),
|
||||
PolygonOffset(f32, f32),
|
||||
Scissor(i32, i32, i32, i32),
|
||||
Hint(u32, u32),
|
||||
LineWidth(f32),
|
||||
PixelStorei(u32, i32),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue