Files
OpenGLComputeShader/.vscode/c_cpp_properties.json
2025-11-08 19:01:17 +01:00

10 lines
165 B
JSON

{
"configurations": [
{
"name": "App",
"cppStandard": "c++17",
"compileCommands": ".vscode/compile_commands.json"
}
],
"version": 4
}