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

11 lines
226 B
JSON
Raw Normal View History

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