Fix warnings in vendored WebRender

These show up every time one builds, so this adds a patch on top of our
vendored copy of WebRender to fix these errors for now.
This commit is contained in:
Martin Robinson 2023-07-06 14:39:19 +02:00
parent f11c6045e3
commit 4db0b5d9e3
No known key found for this signature in database
GPG key ID: D56AA4FA55EFE6F8
30 changed files with 705 additions and 126 deletions

View file

@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
extern crate glsl;
use glsl;
mod hir;