44
0
mirror of https://github.com/NVIDIA/cuda-samples.git synced 2025-04-20 04:42:24 +08:00
cuda-samples/Samples/5_Domain_Specific/simpleGLES/.vscode/launch.json
2022-01-13 11:35:24 +05:30

11 lines
214 B
JSON

{
"configurations": [
{
"name": "CUDA C++: Launch",
"type": "cuda-gdb",
"request": "launch",
"program": "${workspaceFolder}/simpleGLES"
}
]
}