Searched defs:NormalizationParams (Results 1 – 1 of 1) sorted by relevance
103 struct NormalizationParams { struct104 float fIW; // 1 / width of texture, or 1.0 for texture rectangles105 float fInvH; // 1 / height of texture, or 1.0 for tex rects, X -1 if bottom-left origin106 float fYOffset; // 0 for top-left origin, height of [normalized] tex if bottom-left