diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2019-10-21 11:25:07 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2019-10-21 11:25:07 +0000 |
| commit | 7a229736d61ceda807a02a264df57e86a3ebb25c (patch) | |
| tree | b152a6a6f132cb807abc006759e4b66d493db894 /renderdoc.cap | |
| parent | more glfw (diff) | |
| download | zig-imgui-7a229736d61ceda807a02a264df57e86a3ebb25c.tar.gz zig-imgui-7a229736d61ceda807a02a264df57e86a3ebb25c.zip | |
first working render!
Diffstat (limited to 'renderdoc.cap')
| -rw-r--r-- | renderdoc.cap | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/renderdoc.cap b/renderdoc.cap new file mode 100644 index 0000000..c82d982 --- /dev/null +++ b/renderdoc.cap @@ -0,0 +1,27 @@ +{ + "rdocCaptureSettings": 1, + "settings": { + "autoStart": false, + "commandLine": "", + "environment": [ + ], + "executable": "/home/s-ol/zig/zig-cache/bin/test", + "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/s-ol/zig" + } +} |
