MCPcopy Create free account
hub / github.com/PerroEngine/Perro / to_u8

Method to_u8

perro_source/core/perro_structs/src/structs/unorm.rs:29–31  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

27
28 #[inline]
29 pub const fn to_u8(self) -> u8 {
30 self.0
31 }
32
33 #[inline]
34 pub const fn to_f32(self) -> f32 {

Callers 11

fromMethod · 0.45
to_le_u32Method · 0.45
from_unit_vector4Method · 0.45
to_rgba_u8Method · 0.45
fromMethod · 0.45
encode_pmeshFunction · 0.45
quantize_skin_weightsFunction · 0.45
color_to_unorm8Function · 0.45
color_to_unorm8Function · 0.45
fromMethod · 0.45
quantize_skin_weightsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected