fix wgsl syntax
This commit is contained in:
parent
64e37b2630
commit
a88155b2a2
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
struct Globals {
|
||||
transform: mat4x4<f32>;
|
||||
transform: mat4x4<f32>,
|
||||
};
|
||||
|
||||
@group(0) @binding(0) var<uniform> globals: Globals;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue