Hi!
I am using SFML 2.5.1 with Visual Studio 2019 and everything is working as it should, but everytime I open a sf::Window I get a warning in my console:
Warning: Detected "Microsoft Corporation GDI Generic" OpenGL implementation
The current OpenGL implementation is not hardware-accelerated
Setting vertical sync not supported
OpenGL extension SGIS_texture_edge_clamp unavailable
Artifacts may occur along texture edges
Ensure that hardware acceleration is enabled if available
I am guessing the problem is cause I am using integrated intel graphics, but is there someway I can surpress this warning? I am using the console for some outputs so it would be nice if the warning wasn't there.