Skip to content

Commit b69efb5

Browse files
docs(msl-out): add entry for write_unpacking_function
1 parent 894d036 commit b69efb5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

naga/src/back/msl/writer.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4283,6 +4283,9 @@ template <typename A>
42834283
Ok(())
42844284
}
42854285

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

0 commit comments

Comments
 (0)