diff options
Diffstat (limited to 'libs/hwui/ShadowTessellator.h')
-rw-r--r-- | libs/hwui/ShadowTessellator.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libs/hwui/ShadowTessellator.h b/libs/hwui/ShadowTessellator.h index 44ac8c0..2399f8f 100644 --- a/libs/hwui/ShadowTessellator.h +++ b/libs/hwui/ShadowTessellator.h @@ -30,8 +30,9 @@ public: const mat4& casterTransform, VertexBuffer& shadowVertexBuffer); static void tessellateSpotShadow(float width, float height, - const mat4& receiverTransform, int screenWidth, int screenHeight, - const mat4& casterTransform, VertexBuffer& shadowVertexBuffer); + const Vector3& lightPosScale, const mat4& receiverTransform, + int screenWidth, int screenHeight, const mat4& casterTransform, + VertexBuffer& shadowVertexBuffer); private: static void generateCasterPolygon(float width, float height, |