1
0

add egl support

This commit is contained in:
2025-08-14 14:44:42 +08:00
parent 5c8f9993e4
commit f31dc23a1f
8 changed files with 266 additions and 204 deletions

View File

@@ -20,12 +20,12 @@
"name": "MinGW64",
"includePath": [
"${workspaceFolder}/**",
"D:\\msys64\\mingw64\\include"
"C:\\MinGW64\\include"
],
"defines": [
"USE_OPENGL"
],
"compilerPath": "D:\\msys64\\mingw64\\bin\\gcc.exe",
"compilerPath": "C:\\MinGW64\\bin\\gcc.exe",
"cStandard": "c17",
"cppStandard": "gnu++17",
"intelliSenseMode": "windows-gcc-x64"