On 2 October 2015 at 14:54, Matteo Bruni mbruni@codeweavers.com wrote:
- unsigned char padding;
- unsigned char pointsprite : 1;
- unsigned char padding : 7;
- unsigned int inited_texcoords;
};
Did you perhaps mean something like "initialized_texcoords" or "texcoords_initialized"?