mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update nightly rustc.
This commit is contained in:
parent
74f1eb199e
commit
01681e79c4
20 changed files with 33 additions and 28 deletions
|
@ -356,7 +356,7 @@ impl<'a> WebGLValidator for TexImage2DValidator<'a> {
|
|||
{
|
||||
context.webgl_error(InvalidOperation);
|
||||
return Err(TexImageValidationError::InvalidTypeForFormat);
|
||||
}
|
||||
},
|
||||
TexDataType::UnsignedShort565 if format != TexFormat::RGB => {
|
||||
context.webgl_error(InvalidOperation);
|
||||
return Err(TexImageValidationError::InvalidTypeForFormat);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue