[profiler_capture_api] updated ProfilerRequests::StartCapture signature as per PR feedback
Signed-off-by: AMZN-ScottR <24445312+AMZN-ScottR@users.noreply.github.com>
This commit is contained in:
@@ -42,7 +42,7 @@ namespace Profiler
|
||||
bool IsActive() const override;
|
||||
void SetActive(bool active) override;
|
||||
bool CaptureFrame(const AZStd::string& outputFilePath) override;
|
||||
bool StartCapture(const AZStd::string& outputFilePath) override;
|
||||
bool StartCapture(AZStd::string outputFilePath) override;
|
||||
bool EndCapture() override;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user