Cycles: Fix compilation of the Render Graph test
This commit is contained in:
@@ -158,11 +158,10 @@ class RenderGraph : public testing::Test {
|
||||
Device *device_cpu;
|
||||
SceneParams scene_params;
|
||||
Scene *scene;
|
||||
Shader shader;
|
||||
ShaderGraph graph;
|
||||
ShaderGraphBuilder builder;
|
||||
|
||||
RenderGraph() : testing::Test(), graph(&shader), builder(&graph)
|
||||
RenderGraph() : testing::Test(), builder(&graph)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user