Skip to content

Commit

Permalink
Fix minor doc typos (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
ratmice authored Mar 9, 2024
1 parent 7f7e8e7 commit 331e1e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rend3-types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1073,8 +1073,8 @@ impl<const C: usize, T> MaterialArray<T> for [T; C] {
/// - A material array indexed by the material index. Each material has:
/// - One u32 per texture. If this value is 0, the texture doesn't exist. If
/// this value is non-zero, subtract one and index into the texture array to
/// ge thte texture.
/// - Padding to 16 byte alignemnet.
/// get the texture.
/// - Padding to 16 byte alignment.
/// - The data provided by the material.
pub trait Material: WasmNotSend + WasmNotSync + 'static {
type DataType: encase::ShaderSize + encase::internal::WriteInto;
Expand Down

0 comments on commit 331e1e4

Please sign in to comment.