1<?xml version="1.0" encoding="UTF-8"?> 2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 4<head> 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 6 <meta http-equiv="Content-Style-Type" content="text/css" /> 7 <link rel="stylesheet" href="../../../css/manpage.css" type="text/css" /> 8</head> 9 10<body> 11<h1>gx - Gr - CommandBufferJump Demo</h1> 12 13<h2>Description</h2> 14 15<div class="section"> 16 <p>This sample renders a sphere and a cube using the GR library.</p> 17<p>It is also implemented in a way that handles the command buffer for setting lookup tables as subroutines.</p> 18</div> 19 20<h2>Required Environment</h2> 21 22<div class="section"> 23<p>None.</p> 24</div> 25 26<h2>How to Use</h2> 27 28<div class="section"> 29<p>Use operations supported by the <a href="./Framework.html">common framework</a>.</p> 30</div> 31 32<h2>Notes</h2> 33 34<div class="section"> 35<p>None.</p> 36</div> 37 38<h2>Execution Procedure</h2> 39 40<div class="section"> 41<p>The following screens are displayed when you run the demo. Adjust the stereoscopic image with the 3D depth slider.</p> 42 43<h4>Upper screen</h4> 44 <p><img src="Fig/image2010_1202_1520_0.PNG"></p> 45 46<h4>Lower screen</h4> 47 <p><img src="Fig/image2010_1202_1520_0-a.PNG"></p> 48 49<p>The following log is also displayed in debug output.</p> 50 <pre class="code"> 51Initialize Memory 52 Main : 0x08800000 - 0x09C00000 53 Device : 0x14000000 - 0x16000000</pre> 54 55</div> 56 57<h2>Revision History</h2> 58 59<div class="section"> 60 <dl class="history"> 61 <dt>2011/09/27</dt> 62<dd>Added a link to the common framework.</dd> 63 <dt>2011/07/29</dt> 64<dd>Initial version.</dd> 65 </dl> 66</div> 67 68 69<hr><p>CONFIDENTIAL</p></body> 70</html>