mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
WGSL // comments
- Update parser to match the latest spec: https://github.com/gpuweb/gpuweb/pull/1326
This commit is contained in:
committed by
Dzmitry Malyshau
parent
6710f5954e
commit
3bf7f41068
@@ -1,4 +1,4 @@
|
||||
# vertex
|
||||
// vertex
|
||||
[[location(0)]] var<in> a_pos : vec2<f32>;
|
||||
[[location(0)]] var<out> o_pos : vec4<f32>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user