cuda-samples/Samples/simpleGL/.vscode/launch.json

11 lines
212 B
JSON
Raw Normal View History

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