summaryrefslogtreecommitdiffstats
path: root/src/Runtime/Source/Qt3DSRuntimeRender/Source/Qt3DSOldNBustedRenderPlugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Runtime/Source/Qt3DSRuntimeRender/Source/Qt3DSOldNBustedRenderPlugin.cpp')
-rw-r--r--src/Runtime/Source/Qt3DSRuntimeRender/Source/Qt3DSOldNBustedRenderPlugin.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Runtime/Source/Qt3DSRuntimeRender/Source/Qt3DSOldNBustedRenderPlugin.cpp b/src/Runtime/Source/Qt3DSRuntimeRender/Source/Qt3DSOldNBustedRenderPlugin.cpp
index 76792b3b..4028373b 100644
--- a/src/Runtime/Source/Qt3DSRuntimeRender/Source/Qt3DSOldNBustedRenderPlugin.cpp
+++ b/src/Runtime/Source/Qt3DSRuntimeRender/Source/Qt3DSOldNBustedRenderPlugin.cpp
@@ -95,7 +95,8 @@ namespace render {
SOffscreenRenderFlags
COldNBustedPluginRenderer::NeedsRender(const SOffscreenRendererEnvironment & /*inEnvironment*/,
- QT3DSVec2 /*inPresScale*/)
+ QT3DSVec2 /*inPresScale*/,
+ const SRenderInstanceId)
{
return SOffscreenRenderFlags(true, true);
}
@@ -104,7 +105,8 @@ namespace render {
// if it should be treated as a completely opaque image.
void COldNBustedPluginRenderer::Render(const SOffscreenRendererEnvironment &inEnvironment,
NVRenderContext &inRenderContext, QT3DSVec2 /*inPresScale*/,
- SScene::RenderClearCommand /*inClearColorBuffer*/)
+ SScene::RenderClearCommand /*inClearColorBuffer*/,
+ const SRenderInstanceId)
{
inRenderContext.PushPropertySet();