Populate java objects with native data from a3d file.
Remove legacy constructor from programraster Make a3d object creation synchronous Change-Id: Ic7d7547cf6eee6f9a7c6e3ee12cd104e80056a7b
This commit is contained in:
@@ -74,14 +74,6 @@ public class ProgramRaster extends BaseObj {
|
||||
boolean mPointSmooth;
|
||||
boolean mLineSmooth;
|
||||
|
||||
// Legacy to not break app in other projects, will be removed in cleanup pass
|
||||
public Builder(RenderScript rs, Element in, Element out) {
|
||||
mRS = rs;
|
||||
mPointSmooth = false;
|
||||
mLineSmooth = false;
|
||||
mPointSprite = false;
|
||||
}
|
||||
|
||||
public Builder(RenderScript rs) {
|
||||
mRS = rs;
|
||||
mPointSmooth = false;
|
||||
|
||||
Reference in New Issue
Block a user