Change-Id: I38e4a0903bf251ab4af1e5b3ca3abae86a8b71f4
trace.EnableLogging(false);
}
+void TestGraphicsController::SetResourceBindingHints(const std::vector<Graphics::SceneResourceBinding>& resourceBindings)
+{
+ mCallStack.PushCall("SetResourceBindingHints", "");
+}
+
void TestGraphicsController::SubmitCommandBuffers(const Graphics::SubmitInfo& submitInfo)
{
TraceCallStack::NamedParams namedParams;
return mGraphicsSyncImpl;
}
+ void SetResourceBindingHints(const std::vector<Graphics::SceneResourceBinding>& resourceBindings) override;
+
void SubmitCommandBuffers(const Graphics::SubmitInfo& submitInfo) override;
/**