Work on synchronizing a3d created files and java layer.
Adding culling to ProgramRaster Change-Id: I58ccc82d37edc9539289d5eba44ea0e720874af5
This commit is contained in:
@@ -40,6 +40,11 @@ public class Allocation extends BaseObj {
|
||||
mType = t;
|
||||
}
|
||||
|
||||
Allocation(int id, RenderScript rs) {
|
||||
super(rs);
|
||||
mID = id;
|
||||
}
|
||||
|
||||
public Type getType() {
|
||||
return mType;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user