Implement client-side logic for WebGPU id recycling

This commit is contained in:
Kunal Mohan 2020-05-22 17:49:35 +05:30
parent 94063d67a8
commit 39f336b527
10 changed files with 118 additions and 19 deletions

View file

@ -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