Update to request a depth buffer.

This commit is contained in:
Jason Sams
2009-08-21 16:56:58 -07:00
parent 9c1289cb3b
commit b58cbdc62d
+1 -1
View File
@@ -97,7 +97,7 @@ public class AllAppsView extends RSSurfaceView {
public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) {
super.surfaceChanged(holder, format, w, h);
mRS = createRenderScript();
mRS = createRenderScript(true);
mRollo = new RolloRS();
mRollo.init(getResources(), w, h);
if (mAllAppsList != null) {