Added Init.fallback option. Cleanup. (#3522)

This commit is contained in:
Branimir Karadžić
2025-12-23 20:29:32 -08:00
committed by GitHub
parent 3ddf1ed032
commit 241e9c3330
19 changed files with 251 additions and 270 deletions

View File

@@ -1419,6 +1419,7 @@ pub const Init = extern struct {
capabilities: u64,
debug: bool,
profile: bool,
fallback: bool,
platformData: PlatformData,
resolution: Resolution,
limits: Limits,