add egl support
This commit is contained in:
4
.vscode/c_cpp_properties.json
vendored
4
.vscode/c_cpp_properties.json
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user