Preparing renderscript java code for use with phanton references.

Changing rs_quaternion to be float4

Change-Id: Ibf49f412be8979eaa04cb252b407467eacd9dbf0
This commit is contained in:
Alex Sakhartchouk
2010-08-11 14:41:28 -07:00
parent aa56ede879
commit 0de9444aa6
15 changed files with 51 additions and 55 deletions

View File

@@ -45,8 +45,7 @@ public class ProgramRaster extends BaseObj {
CullMode mCullMode;
ProgramRaster(int id, RenderScript rs) {
super(rs);
mID = id;
super(id, rs);
mLineWidth = 1.0f;
mPointSmooth = false;