Searched defs:NormalizationParams (Results 1 – 2 of 2) sorted by relevance
102 struct NormalizationParams { struct103 float fIW; // 1 / width of texture, or 1.0 for texture rectangles104 float fInvH; // 1 / height of texture, or 1.0 for tex rects, X -1 if bottom-left origin105 float fYOffset; // 0 for top-left origin, height of [normalized] tex if bottom-left
94 message NormalizationParams { message