Deprecate RS Java APIs.
This CL marks RenderScript Java APIs as deprecated. Bug: 168711199 Test: m Test: CtsRenderscriptTestCases Test: CtsRsCppTestCases Test: CtsRsBlasTestCases Change-Id: Id271a794679d445c480d62c87ae6c8150f6901f8
This commit is contained in:
@@ -23,7 +23,11 @@ package android.renderscript;
|
||||
* allocation. The 8 nearest values are sampled and linearly interpolated. The
|
||||
* result is placed in the output.
|
||||
*
|
||||
* @deprecated Renderscript has been deprecated in API level 31. Please refer to the <a
|
||||
* href="https://developer.android.com/guide/topics/renderscript/migration-guide">migration
|
||||
* guide</a> for the proposed alternatives.
|
||||
**/
|
||||
@Deprecated
|
||||
public final class ScriptIntrinsic3DLUT extends ScriptIntrinsic {
|
||||
private Allocation mLUT;
|
||||
private Element mElement;
|
||||
|
||||
Reference in New Issue
Block a user