We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f928c commit 4f481d0Copy full SHA for 4f481d0
1 file changed
src/lib.rs
@@ -6,7 +6,7 @@ mod ispc;
6
7
pub trait ImagePixelFormat: Copy {
8
/// Returns the number of channels that an image of this format would have in memory.
9
- /// For example, while a normal map of format [`NormalMapFormat::R8g8TangentSpaceReconstructedZ`] would still have 3 channels when sampled,
+ /// For example, while a normal map of format [`NormalMapFormat::Rg8TangentSpaceReconstructedZ`] would still have 3 channels when sampled,
10
/// in memory it will have 2 channels.
11
fn num_channel_in_memory(self) -> usize;
12
0 commit comments