Skip to content

Commit

Permalink
Fix minor doc typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ratmice committed Feb 28, 2024
1 parent c7c2d85 commit ccce08d
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 ccce08d

Please sign in to comment.