Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - oscar0204

Pages: [1]
1
Graphics / Re: Remove Microsoft OpenGL implementation warning
« on: July 30, 2019, 09:44:30 am »
Unfortunately I'm on my work computer and I can't install stuff without authorization. Is there a way to just surpress the warning?

2
Graphics / Remove Microsoft OpenGL implementation warning
« on: July 30, 2019, 08:23:08 am »
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.

Pages: [1]
anything