am 2a866f07
: Update RenderScript docs.
* commit '2a866f075d9b23f835d27d4d46f8ccdc60c1fa6e': Update RenderScript docs.
This commit is contained in:
@ -157,8 +157,7 @@ precision (such as SIMD CPU instructions).</p>
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>{@link android.renderscript}</strong> - The APIs in this class package are
|
<li><strong>{@link android.renderscript}</strong> - The APIs in this class package are
|
||||||
available on devices running Android 3.0 (API level 11) and higher. These are the original APIs
|
available on devices running Android 3.0 (API level 11) and higher. </li>
|
||||||
for RenderScript and are not currently being updated.</li>
|
|
||||||
<li><strong>{@link android.support.v8.renderscript}</strong> - The APIs in this package are
|
<li><strong>{@link android.support.v8.renderscript}</strong> - The APIs in this package are
|
||||||
available through a <a href="{@docRoot}tools/support-library/features.html#v8">Support
|
available through a <a href="{@docRoot}tools/support-library/features.html#v8">Support
|
||||||
Library</a>, which allows you to use them on devices running Android 2.2 (API level 8) and
|
Library</a>, which allows you to use them on devices running Android 2.2 (API level 8) and
|
||||||
@ -166,8 +165,8 @@ precision (such as SIMD CPU instructions).</p>
|
|||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>We strongly recommend using the Support Library APIs for accessing RenderScript because they
|
<p>We strongly recommend using the Support Library APIs for accessing RenderScript because they
|
||||||
include the latest improvements to the RenderScript compute framework and provide a wider range
|
provide a wider range of device compatibility. Developers targeting specific versions of
|
||||||
of device compatibility.</p>
|
Android can use {@link android.renderscript} if necessary.</p>
|
||||||
|
|
||||||
|
|
||||||
<h3 id="ide-setup">Using the RenderScript Support Library APIs</h3>
|
<h3 id="ide-setup">Using the RenderScript Support Library APIs</h3>
|
||||||
@ -308,4 +307,4 @@ function launches as necessary.</li>
|
|||||||
<li><strong>Tear down the RenderScript context.</strong> The RenderScript context can be destroyed
|
<li><strong>Tear down the RenderScript context.</strong> The RenderScript context can be destroyed
|
||||||
with {@link android.renderscript.RenderScript#destroy} or by allowing the RenderScript context
|
with {@link android.renderscript.RenderScript#destroy} or by allowing the RenderScript context
|
||||||
object to be garbage collected. This will cause any further use of any object belonging to that
|
object to be garbage collected. This will cause any further use of any object belonging to that
|
||||||
context to throw an exception.</li> </ol>
|
context to throw an exception.</li> </ol>
|
||||||
|
Reference in New Issue
Block a user