Skip to content

Instantly share code, notes, and snippets.

View L3P3's full-sized avatar
💭
while (true) think();

Len L3P3

💭
while (true) think();
View GitHub Profile
@rb-dahlb
rb-dahlb / opengl-fix-hd-graphics-windows-10.md
Last active April 11, 2024 17:06
OpenGL fix for Intel HD Graphics 3000 on Windows 10

Fix for Open GL on Intel HD Graphics 3000 - Windows 10

The drivers for Intel HD Graphics 3000 in Windows 10 does not expose all Open GL capabilities of the GPU. So software relying on Open GL features not present in Open GL 1.1 will not work. Using older versions of Windows or Linux might work since the chip have more features than the driver exposes.

The fix is to add a compatibility shim using the Windows ADK software.

1. Download and install Windows ADK

Link: https://docs.microsoft.com/en-us/windows-hardware/get-started/adk-install