cad-editor/crates/iced_wgpu/OCS_PATCH.md
2026-07-25 18:49:18 +03:00

376 B

OpenCADStudio patch

This directory vendors iced_wgpu 0.14.0 under its MIT license.

OpenCADStudio changes only the WASM device-limit selection in src/window/compositor.rs: Browser WebGPU first requests normal WebGPU limits so storage-buffer pipelines are available, then falls back to WebGL2 limits. An actual WebGL adapter continues to request WebGL2 limits directly.