Loading libs/rs/java/Fountain/src/com/android/fountain/FountainRS.java +2 −2 Original line number Diff line number Diff line Loading @@ -38,8 +38,8 @@ public class FountainRS { pfb.setVaryingColor(true); rs.bindProgramFragment(pfb.create()); ScriptField_Point points = new ScriptField_Point(mRS, PART_COUNT, Allocation.USAGE_GRAPHICS_VERTEX); ScriptField_Point points = new ScriptField_Point(mRS, PART_COUNT);// // Allocation.USAGE_GRAPHICS_VERTEX); Mesh.AllocationBuilder smb = new Mesh.AllocationBuilder(mRS); smb.addVertexAllocation(points.getAllocation()); Loading Loading
libs/rs/java/Fountain/src/com/android/fountain/FountainRS.java +2 −2 Original line number Diff line number Diff line Loading @@ -38,8 +38,8 @@ public class FountainRS { pfb.setVaryingColor(true); rs.bindProgramFragment(pfb.create()); ScriptField_Point points = new ScriptField_Point(mRS, PART_COUNT, Allocation.USAGE_GRAPHICS_VERTEX); ScriptField_Point points = new ScriptField_Point(mRS, PART_COUNT);// // Allocation.USAGE_GRAPHICS_VERTEX); Mesh.AllocationBuilder smb = new Mesh.AllocationBuilder(mRS); smb.addVertexAllocation(points.getAllocation()); Loading