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"?
2015-10-05 11:49 GMT+02:00 Henri Verbeet hverbeet@gmail.com:
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"?
Yes. Which one do you prefer?
On 5 October 2015 at 12:39, Matteo Bruni matteo.mystral@gmail.com wrote:
2015-10-05 11:49 GMT+02:00 Henri Verbeet hverbeet@gmail.com:
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"?
Yes. Which one do you prefer?
The latter, but only slightly.