| 35 | //////////////////////////////////////////////////////////////////////////////// |
| 36 | |
| 37 | CaptureSettings::CaptureSettings() |
| 38 | { |
| 39 | inject = false; |
| 40 | autoStart = false; |
| 41 | queuedFrameCap = 0; |
| 42 | numQueuedFrames = 0; |
| 43 | RENDERDOC_GetDefaultCaptureOptions(&options); |
| 44 | } |
| 45 | |
| 46 | rdcstr ConfigFilePath(const rdcstr &filename) |
| 47 | { |
nothing calls this directly
no test coverage detected