This commit caused one of my images to go from transparent to non-transparent.
How should I debug this?
I tried using RenderDoc to capture, but it errors out saying that on Linux it supports the core profile and not the compatibility profile.
When I capture a trace with apitrace, it seems the program isn’t using a standard OpenGL frame rendering flow.
May I ask what the default method is in Wine for debugging OpenGL or investigating incorrect/garbled rendering?