Search code examples
androidrenderscript

rs_graphics.rsh part of Renderscript graphics engine that has been deprecated?


I just started to use the Renderscript. I saw some renderscript examples under the "sdk/samples/android-15/RenderScript" folder, which have the line:#include "rs_graphics.rsh"

In examples under "sdk/samples/android-18", I don't see that line any more. I understand that the Renderscript graphics engine has been deprecated. I'd like to confirm that "rs_graphics.rsh" is part of the deprecated engine, and should not be used?

Thanks in advance.


Solution

  • correct, rs_graphics.rsh has been deprecated and should not be used.