-
Notifications
You must be signed in to change notification settings - Fork 247
Open
Labels
t: enhancementA new feature or improvement to an existing one.A new feature or improvement to an existing one.
Description
When using MaybeUninit
to initialize variables one gets this issue:
error: Cannot cast between pointer types. From: [u8; 256]. To: *struct core::mem::ManuallyDrop<[Vec4; 16]> { value: [f32x4; 16] }.
Would be nice to allow, if possible, as it's often unnecessary to initialize variables in shaders and adds additional overhead.
Metadata
Metadata
Assignees
Labels
t: enhancementA new feature or improvement to an existing one.A new feature or improvement to an existing one.