mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Support running WebGL in its own thread or on the main thread.
This commit is contained in:
parent
ad82d67b2e
commit
39d13d1fc8
12 changed files with 429 additions and 202 deletions
|
@ -3,4 +3,4 @@
|
|||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
|
||||
|
||||
mod inprocess;
|
||||
pub use self::inprocess::WebGLThreads;
|
||||
pub use self::inprocess::{ThreadMode, WebGLThreads};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue