Added config editor in front end
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
#include "RenderCadenceClock.h"
|
||||
#include "RuntimeLayerModel.h"
|
||||
#include "RuntimeShaderArtifact.h"
|
||||
#include "RuntimeRenderScene.h"
|
||||
#include "VideoIOFormat.h"
|
||||
|
||||
#include <atomic>
|
||||
@@ -18,6 +17,7 @@ class SystemFrameExchange;
|
||||
class InputFrameMailbox;
|
||||
class InputFrameTexture;
|
||||
class OutputReadbackPipeline;
|
||||
class RuntimeShaderRenderContent;
|
||||
|
||||
class RenderThread
|
||||
{
|
||||
@@ -81,7 +81,7 @@ private:
|
||||
void CountAcquireMiss();
|
||||
void PublishReadbackMetrics(const OutputReadbackPipeline& readback);
|
||||
void PublishInputMetrics(const InputFrameTexture& inputTexture);
|
||||
void TryCommitReadyRuntimeShader(RuntimeRenderScene& runtimeRenderScene);
|
||||
void TryCommitReadyRuntimeShader(RuntimeShaderRenderContent& renderContent);
|
||||
bool TryTakePendingRuntimeShaderArtifact(RuntimeShaderArtifact& artifact);
|
||||
bool TryTakePendingRenderLayers(std::vector<RenderCadenceCompositor::RuntimeRenderLayerModel>& layers);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user