Skip to content

Commit 61759d9

Browse files
Jason SamsAndroid (Google) Code Review
authored andcommitted
Merge "Convert one more bind() -> setVar()." into jb-mr1-dev
2 parents b858ecd + 5b4f8f9 commit 61759d9

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)