blob: 212f000fa3f27793c17d3baa4d03e7ee1f24a78b [file] [log] [blame]
Robert Lydc6720f2012-01-13 09:38:44 -08001<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml">
3<head>
4<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
5
6<title>Main Page</title>
7<link href="tabs.css" rel="stylesheet" type="text/css"/>
8<link href="doxygen.css" rel="stylesheet" type="text/css" />
9
10
11
12</head>
13<body>
14<div id="top"><!-- do not remove this div! -->
15
16
17<!-- Generated by Doxygen 1.7.5.1 -->
18 <div id="navrow1" class="tabs">
19 <ul class="tablist">
20 <li class="current"><a href="index.html"><span>Overview</span></a></li>
21 <li><a href="globals.html"><span>Globals</span></a></li>
22 <li><a href="annotated.html"><span>Structs</span></a></li>
23 </ul>
24 </div>
25</div>
26<div class="contents">
Robert Lyfd73b582012-06-21 17:00:34 -070027<div class="textblock"><p>Renderscript is a high-performance runtime that provides graphics rendering and compute operations at the native level. Renderscript code is compiled on devices at runtime to allow platform-independence as well. This reference documentation describes the Renderscript runtime APIs, which you can utilize to write Renderscript code in C99. The Renderscript header files are automatically included for you.</p>
28<p>To use Renderscript, you need to utilize the Renderscript runtime APIs documented here as well as the Android framework APIs for Renderscript. For documentation on the Android framework APIs, see the <a href="http://developer.android.com/reference/android/renderscript/package-summary.html" target="_parent">android.renderscript</a> package reference.</p>
29<p>For more information on how to develop with Renderscript and how the runtime and Android framework APIs interact, see the <a href="http://developer.android.com/guide/topics/renderscript/index.html" target="_parent">Renderscript developer guide</a> and the Renderscript SDK samples. </p>
Robert Lydc6720f2012-01-13 09:38:44 -080030</div></div>
31
32</body>
33</html>