Skip to content

Commit 5b4f8f9

Browse files
committed
Convert one more bind() -> setVar().
Bug: 7318821 Change-Id: I215c70a99c81e560a73412b2263fed39a0fdae03
1 parent a3d5b68 commit 5b4f8f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphics/java/android/renderscript/ScriptIntrinsicLUT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ private ScriptIntrinsicLUT(int id, RenderScript rs) {
4141
mCache[ct + 512] = (byte)ct;
4242
mCache[ct + 768] = (byte)ct;
4343
}
44-
bindAllocation(mTables, 0);
44+
setVar(0, mTables);
4545
}
4646

4747
/**

0 commit comments

Comments
 (0)