cuda-samples/Samples/EGLStream_CUDA_Interop/.vscode/launch.json
2021-08-03 19:02:58 +05:30

11 lines
226 B
JSON

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