mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Untry script
This commit is contained in:
parent
a5bb55790f
commit
7af5a7fd54
36 changed files with 199 additions and 199 deletions
|
@ -285,7 +285,7 @@ impl<'a> WebGLValidator for TexImage2DValidator<'a> {
|
|||
width,
|
||||
height,
|
||||
border,
|
||||
} = try!(self.common_validator.validate());
|
||||
} = self.common_validator.validate()?;
|
||||
|
||||
// GL_INVALID_VALUE is generated if target is one of the six cube map 2D
|
||||
// image targets and the width and height parameters are not equal.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue