facebookarchive / shimmer-android

An easy, flexible way to add a shimmering effect to any view in an Android app.
http://facebook.github.io/shimmer-android/
Other
5.31k stars 698 forks source link

Translate shader instead of drawing a rect #52

Closed xiphirx closed 6 years ago

xiphirx commented 6 years ago

We can remove a draw call if we just translate the shader used to compose the view instead of drawing a shaded rect.

xiphirx commented 6 years ago

Its not currently possible to feed a layers data into a pixel shader, so this wont be possible for now.