mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Implement client-side logic for WebGPU id recycling
This commit is contained in:
parent
94063d67a8
commit
39f336b527
10 changed files with 118 additions and 19 deletions
|
@ -157,6 +157,7 @@ pub enum ScriptThreadEventCategory {
|
|||
EnterFullscreen,
|
||||
ExitFullscreen,
|
||||
PerformanceTimelineTask,
|
||||
WebGPUMsg,
|
||||
}
|
||||
|
||||
/// An interface for receiving ScriptMsg values in an event loop. Used for synchronous DOM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue