pub type MeshType = MeshType;Expand description
Type of base mesh for which the textures are defined. A mesh can be triangle-based (with triangular textures) or quad-based (with rectangular textures). */
Aliased Type§
#[repr(transparent)]pub struct MeshType {
pub repr: u32,
}Fields§
§repr: u32