Type Alias classicube_sys::TextureRec

source ·
pub type TextureRec = TextureRec_;

Aliased Type§

struct TextureRec {
    pub U1: f32,
    pub V1: f32,
    pub U2: f32,
    pub V2: f32,
}

Fields§

§U1: f32§V1: f32§U2: f32§V2: f32