X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Frender%2Fcommon%2Frender-algorithms.h;h=26f434339ff6be52a03cebcd4b95b75f1cb9bf6b;hb=70d8a1699a38f4f72b6d57f8af6da6651d6902ec;hp=30c8041529904d38123129228b5fd9389e2c05bb;hpb=23bb73fd832968871be7aae2e48f9bfcb41ba243;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/render/common/render-algorithms.h b/dali/internal/render/common/render-algorithms.h index 30c8041..26f4343 100644 --- a/dali/internal/render/common/render-algorithms.h +++ b/dali/internal/render/common/render-algorithms.h @@ -124,7 +124,9 @@ class RenderAlgorithms const Matrix& projectionMatrix, Integration::DepthBufferAvailable depthBufferAvailable, Integration::StencilBufferAvailable stencilBufferAvailable, - Vector& boundTextures ); + Vector& boundTextures, + const Dali::Internal::SceneGraph::RenderInstruction& instruction // in the case of reflection, things like CullFace need to be adjusted for reflection world + ); // Prevent copying: RenderAlgorithms( RenderAlgorithms& rhs );