| 265 | } |
| 266 | |
| 267 | std::string FrameCapture::graphFramesStr(const RenderGraph* pGraph) |
| 268 | { |
| 269 | const auto& ranges = mGraphRanges[pGraph]; |
| 270 | std::string s("\t"); |
| 271 | s += kFrames + " = " + ScriptBindings::repr(getFirstOfPair(ranges)); |
| 272 | return s; |
| 273 | } |
| 274 | |
| 275 | void FrameCapture::capture() |
| 276 | { |
no test coverage detected