My config selection logic is not working on macos. I expect depth=24, stencil=8, however in my macos vm (software renderer) I see depth size as 32, which seems wrong.
// macos vm the only Config
config.depth_size() = 32
config.stencil_size() = 8
Can you tell me if this something that can be fixed in glutin or shall I work around it?