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