A 3D game engine from scratch.
1{
2 "rdocCaptureSettings": 1,
3 "settings": {
4 "autoStart": false,
5 "commandLine": "",
6 "environment": [
7 ],
8 "executable": "D:\\proj-versioned\\peony\\bin\\Debug\\peony.exe",
9 "inject": false,
10 "numQueuedFrames": 0,
11 "options": {
12 "allowFullscreen": true,
13 "allowVSync": false,
14 "apiValidation": false,
15 "captureAllCmdLists": false,
16 "captureCallstacks": false,
17 "captureCallstacksOnlyDraws": false,
18 "debugOutputMute": true,
19 "delayForDebugger": 0,
20 "hookIntoChildren": false,
21 "refAllResources": false,
22 "verifyBufferAccess": false
23 },
24 "queuedFrameCap": 0,
25 "workingDir": "D:/proj-versioned/peony"
26 }
27}