gfx-rs / naga

Universal shader translation in Rust

Home Page:https://github.com/gfx-rs/wgpu/tree/trunk/naga

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement WGSL abstract types

jimblandy opened this issue · comments

Naga needs to implement the AbstractInt and AbstractFloat types, along with the automatic conversions that turn them into concrete types.

Closing as duplicate