Skip to content

Commit

Permalink
docs(msl-out): add entry for write_unpacking_function
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Jan 22, 2025
1 parent 3dd925b commit 99975ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions naga/src/back/msl/writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4186,6 +4186,9 @@ template <typename A>
Ok(())
}

/// Given `format`, write an unpacking function for a vertex attribute of that `format`
/// immediately, and return (1) the function's identifier, (2) the size of the vertex attribute,
/// and (3) the number of components in vertex attribute.
fn write_unpacking_function(
&mut self,
format: back::msl::VertexFormat,
Expand Down

0 comments on commit 99975ad

Please sign in to comment.