Preparing renderscript java code for use with phanton references.
Changing rs_quaternion to be float4 Change-Id: Ibf49f412be8979eaa04cb252b407467eacd9dbf0
This commit is contained in:
@@ -102,8 +102,7 @@ public class RenderScriptGL extends RenderScript {
|
||||
|
||||
public class File extends BaseObj {
|
||||
File(int id) {
|
||||
super(RenderScriptGL.this);
|
||||
mID = id;
|
||||
super(id, RenderScriptGL.this);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user