examples/custom-renderer: correct packed struct -> extern struct

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2024-04-06 13:25:12 -07:00 committed by Stephen Gutekanst
parent 8bd822c35d
commit a7a6ecdd45
2 changed files with 4 additions and 5 deletions

View file

@ -1,6 +1,6 @@
// TODO(important): docs
struct Uniform {
pos: vec3<f32>,
pos: vec4<f32>,
scale: f32,
};