ScanMountGoat / wgsl_to_wgpu

Generate typesafe Rust bindings from WGSL shaders to wgpu
MIT License
42 stars 12 forks source link

Support texture arrays #67

Closed cbbowen closed 1 month ago

cbbowen commented 1 month ago

This enables support for texture_2d_array and texture_cube_array bindings. This completes the supported texture types in the current WGSL spec.