I'm using Google's ANGLE so I can use OpenGL ES properly on Windows. I really want it to work on the 32-bit version of Windows so I can support as many PCs as possible. Try as I may, I cannot convince the current version of ANGLE to do it. I'm thus under the impression that Google stopped support for 32-bit Windows when they did the same for Chromium.
I do know that old versions of ANGLE do work quite well for converting ES3.1 to D3D. I'd like to find the latest version that did so for 32-bit. Does anyone know what version it was and where to find it?
Alternatively, if anyone knows how to convince the current version of ANGLE to actually compile 32-bit libraries, that would be even better. I've had no luck with this myself.