You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…1105)
* fix: account for special attribute when cloning custom element #1095
* fix: update [email protected] to use latest WGSL syntax #1103
* fix: use elementsFromPoint for picking droppable element #1094
* fix: use a temporary vec3 when calling setPosition to prevent alloc vec3 too often
Co-authored-by: yuqi.pyq <[email protected]>
naga v0.9.0
https://github.com/gfx-rs/naga/releases/tag/v0.9.0
https://crates.io/crates/naga
不过以下最新语法在 Chrome 103 下会报错,Tint 接受的是老版本的语法
@stage(vertex)
:https://www.w3.org/TR/WGSL/#entry-point-decl
只能等待浏览器更新了:
The text was updated successfully, but these errors were encountered: