Runtime snapshot provider changes
This commit is contained in:
@@ -54,5 +54,9 @@ public:
|
||||
uint64_t GetParameterStateVersion() const;
|
||||
|
||||
private:
|
||||
void BuildLayerRenderStatesLocked(unsigned outputWidth, unsigned outputHeight, std::vector<RuntimeRenderState>& states) const;
|
||||
void RefreshCachedLayerStatesLocked(std::vector<RuntimeRenderState>& states) const;
|
||||
void RefreshDynamicRenderStateFieldsLocked(std::vector<RuntimeRenderState>& states) const;
|
||||
|
||||
RuntimeHost& mRuntimeHost;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user