Skip to content

Commit

Permalink
Sets metadata as POD
Browse files Browse the repository at this point in the history
Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
  • Loading branch information
mnmaita and alice-i-cecile committed May 2, 2024
1 parent 5929885 commit 748228a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_color/src/linear_rgba.rs
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ impl encase::ShaderType for LinearRgba {
encase::private::Metadata {
alignment,
has_uniform_min_alignment: false,
is_pod: false,
is_pod: true,
min_size: size,
extra: (),
}
Expand Down

0 comments on commit 748228a

Please sign in to comment.