Mir

Comment 2 for bug 1236254

Revision history for this message
Daniel van Vugt (vanvugt) wrote : Re: [enhancement] MirPixelFormat should encode details of the pixel format

I now think a simple query function might be better than modifying the enum because 32 bits (typical enum size) isn't really enough space to store all the information we want. A simple query function could just return a const pointer to a struct that describes the pixel format in detail.