This repository has been archived on 2022-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
ludum-dare-50/renderdoc_settings.cap
2022-03-29 14:13:18 -04:00

28 lines
854 B
Plaintext

{
"rdocCaptureSettings": 1,
"settings": {
"autoStart": false,
"commandLine": "--verbose",
"environment": [
],
"executable": "/home/ewpratten/projects/ludum-dare-50/target/debug/desktop_wrapper",
"inject": false,
"numQueuedFrames": 0,
"options": {
"allowFullscreen": true,
"allowVSync": true,
"apiValidation": false,
"captureAllCmdLists": false,
"captureCallstacks": false,
"captureCallstacksOnlyDraws": false,
"debugOutputMute": true,
"delayForDebugger": 0,
"hookIntoChildren": false,
"refAllResources": false,
"verifyBufferAccess": false
},
"queuedFrameCap": 0,
"workingDir": "/home/ewpratten/projects/ludum-dare-50"
}
}