refactor(srp): remove managed camera-frame policy key bridge
This commit is contained in:
@@ -96,14 +96,6 @@ public:
|
||||
(void)rendererIndex;
|
||||
return GetPipelineRendererAsset();
|
||||
}
|
||||
virtual std::string GetCameraFramePlanPolicyAssetKey() const {
|
||||
return {};
|
||||
}
|
||||
virtual std::string GetCameraFramePlanPolicyAssetKey(
|
||||
int32_t rendererIndex) const {
|
||||
(void)rendererIndex;
|
||||
return GetCameraFramePlanPolicyAssetKey();
|
||||
}
|
||||
virtual bool UsesNativeCameraFramePlanBaseline() const {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user