mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Integrate swapchain surface provider changes into webgl and webxr implementations.
This commit is contained in:
parent
b062f51495
commit
fbcf2bbc3e
17 changed files with 223 additions and 117 deletions
|
@ -12,6 +12,9 @@ extern crate log;
|
|||
mod raqote_backend;
|
||||
|
||||
pub use webgl_mode::WebGLComm;
|
||||
pub use webgl_thread::SurfaceProvider;
|
||||
pub use webgl_thread::SurfaceProviders;
|
||||
pub use webgl_thread::WebGlExecutor;
|
||||
|
||||
pub mod canvas_data;
|
||||
pub mod canvas_paint_thread;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue