examples/custom-renderer: correct packed struct -> extern struct
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
8bd822c35d
commit
a7a6ecdd45
2 changed files with 4 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
// TODO(important): docs
|
||||
struct Uniform {
|
||||
pos: vec3<f32>,
|
||||
pos: vec4<f32>,
|
||||
scale: f32,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue