We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b858ecd + 5b4f8f9 commit 61759d9Copy full SHA for 61759d9
1 file changed
graphics/java/android/renderscript/ScriptIntrinsicLUT.java
@@ -41,7 +41,7 @@ private ScriptIntrinsicLUT(int id, RenderScript rs) {
41
mCache[ct + 512] = (byte)ct;
42
mCache[ct + 768] = (byte)ct;
43
}
44
- bindAllocation(mTables, 0);
+ setVar(0, mTables);
45
46
47
/**
0 commit comments