godlikedh
godlikedh
I apologize for any misunderstanding. I was trying to say that Glutin sets transparency to false if the config supports_transparency() is false. The issue I'm facing is that I need...
https://pastebin.com/Vwwq78z4 Yes, it's false for all the configs, even if i request for all avaialble pixel_formats with empty attrs in ChoosePixelFormatARB. It's still false for each of them
@kchibisov Hello! Guy from AMD said they just don't support this attribute for "normal" GPUs https://github.com/GPUOpen-Drivers/AMD-Gfx-Drivers/issues/29 maybe wgl_backend supports_transparency function should be changed to something else? or maybe just return...