Skip to content

Commit

Permalink
Create migration notes for 12889
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaop authored Jun 24, 2024
1 parent 8fb14d4 commit fd5e2c9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
For phase items, the `dynamic_offset: Option<NonMaxU32>` field is now `extra_index: PhaseItemExtraIndex`, which wraps a `u32`. Instead of `None`, use `PhaseItemExtraIndex::NONE`.

This change affects `AlphaMask3d`, `AlphaMask3dDeferred`, `AlphaMask3dPrepass`, `Opaque2d`, `Opaque3dDeferred`, `Opaque3dPrepass`, `Shadow`, `Transmissive3d`, `Transparent2d`, `Transparent3d`, and `TransparentUi`.

0 comments on commit fd5e2c9

Please sign in to comment.