Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
from
Method · 0.45
to_le_u32
Method · 0.45
from_unit_vector4
Method · 0.45
to_rgba_u8
Method · 0.45
from
Method · 0.45
encode_pmesh
Function · 0.45
quantize_skin_weights
Function · 0.45
color_to_unorm8
Function · 0.45
color_to_unorm8
Function · 0.45
from
Method · 0.45
quantize_skin_weights
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected