1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-Style-Type" content="text/css" /> 6 <link rel="stylesheet" href="../../../../css/manpage.css" type="text/css" /> 7 <style type="text/css"><!-- 8 span.static_style 9 { 10 font-size : 8pt; 11 color : white; 12 font-weight : bold; 13 background : #44f; 14 border-left : solid 1px #aaf; 15 border-top : solid 1px #aaf; 16 border-right : solid 1px #00c; 17 border-bottom : solid 1px #00c; 18 padding-left : 2px; 19 padding-right : 2px; 20 } 21 span.virtual_style 22 { 23 font-size : 8pt; 24 color : white; 25 font-weight : bold; 26 background : #0a0; 27 border-left : solid 1px #0f0; 28 border-top : solid 1px #0f0; 29 border-right : solid 1px #060; 30 border-bottom : solid 1px #060; 31 padding-left : 2px; 32 padding-right : 2px; 33 } 34 span.protected_style 35 { 36 font-size : 8pt; 37 color : white; 38 font-weight : bold; 39 background : #444; 40 border-left : solid 1px #ccc; 41 border-top : solid 1px #ccc; 42 border-right : solid 1px #222; 43 border-bottom : solid 1px #222; 44 padding-left : 2px; 45 padding-right : 2px; 46 } 47 --></style> 48<title>nn::gr::CTR::Texture</title> 49 </head> 50 <body> 51<h1><CODE>nn::gr::CTR::Texture</CODE> Class</h1> 52<h2>Syntax</h2> 53 <div class="section"> 54 <pre class="definition">class Texture</pre> 55 </div> 56<h2>Description</h2> 57 <div class="section"> 58<p>Class for setting textures.</p><!-- write here --></div> 59 <a name="class" id="class"> 60<h2>Classes</h2> 61 <div class="section"> 62 <table class="members"> 63 <tr> 64 <th> 65<a href="../../../../nn/gr/CTR/Texture/Unit0/Overview.html"><CODE>nn::gr::CTR::Texture::Unit0</CODE></a> 66 </th> 67<td>Class for setting texture unit 0.</td> 68 </tr> 69 <tr> 70 <th> 71<a href="../../../../nn/gr/CTR/Texture/Unit1/Overview.html"><CODE>nn::gr::CTR::Texture::Unit1</CODE></a> 72 </th> 73<td>Class for setting texture unit 1.</td> 74 </tr> 75 <tr> 76 <th> 77<a href="../../../../nn/gr/CTR/Texture/Unit2/Overview.html"><CODE>nn::gr::CTR::Texture::Unit2</CODE></a> 78 </th> 79<td>Class for setting texture unit 2.</td> 80 </tr> 81 <tr> 82 <th> 83<a href="../../../../nn/gr/CTR/Texture/Unit3/Overview.html"><CODE>nn::gr::CTR::Texture::Unit3</CODE></a> 84 </th> 85<td>Class for setting texture unit 3.</td> 86 </tr> 87 <tr> 88 <th> 89<a href="../../../../nn/gr/CTR/Texture/UnitBase/Overview.html"><CODE>nn::gr::CTR::Texture::UnitBase</CODE></a> 90 </th> 91<td>Class for making common settings for each texture unit.</td> 92 </tr> </table> 93 </div> 94 </a> <a name="variable" id="variable"> 95<h2>Member Variables</h2> 96 <div class="section"> 97 <table class="members"> 98 <tr> 99 <td width="100"> </td> 100 <th> 101<span class="argument">unit0</span> 102 </th> 103<td>Setting for texture unit 0. The type is <a href="../../../../nn/gr/CTR/Texture/Unit0/Overview.html">nn::gr::CTR::Texture::Unit0</a>.</td> 104 </tr> 105 <tr> 106 <td width="100"> </td> 107 <th> 108<span class="argument">unit1</span> 109 </th> 110<td>Setting for texture unit 1. The type is <a href="../../../../nn/gr/CTR/Texture/Unit1/Overview.html">nn::gr::CTR::Texture::Unit1</a>.</td> 111 </tr> 112 <tr> 113 <td width="100"> </td> 114 <th> 115<span class="argument">unit2</span> 116 </th> 117<td>Setting for texture unit 2. The type is <a href="../../../../nn/gr/CTR/Texture/Unit2/Overview.html">nn::gr::CTR::Texture::Unit2</a>.</td> 118 </tr> 119 <tr> 120 <td width="100"> </td> 121 <th> 122<span class="argument">unit3</span> 123 </th> 124<td>Setting for texture unit 3. The type is <a href="../../../../nn/gr/CTR/Texture/Unit3/Overview.html">nn::gr::CTR::Texture::Unit3</a>.</td> 125 </tr> </table> 126 </div> 127 </a> <a name="function" id="function"> 128<h2>Member Functions</h2> 129 <div class="section"> 130 <table class="members"> 131 <tr> 132 <td width="100"> </td> 133 <th> 134<a href="../../../../nn/gr/CTR/Texture/Texture.html"><CODE>Texture</CODE></a> 135 </th> 136<td>Sets the initial value for each setting.</td> 137 </tr> 138 <tr> 139 <td width="100"> </td> 140 <th> 141<a href="../../../../nn/gr/CTR/Texture/MakeCommand.html"><CODE>MakeCommand</CODE></a> 142 </th> 143<td>Generates a command for setting all textures based on information already set.</td> 144 </tr> 145 <tr> 146 <td width="100"> </td> 147 <th> 148<a href="../../../../nn/gr/CTR/Texture/MakeFuncCommand.html"><CODE>MakeFuncCommand</CODE></a> 149 </th> 150<td>Generates a command for enabling/disabling texture units based on information already set.</td> 151 </tr> 152 <tr> 153 <td width="100"> 154<span class="static_style" title="static">S</span> </td> 155 <th> 156<a href="../../../../nn/gr/CTR/Texture/MakeDisableCommand.html"><CODE>MakeDisableCommand</CODE></a> 157 </th> 158<td>Generates the minimum number of commands for disabling textures.</td> 159 </tr> 160 <tr> 161 <td width="100"> 162<span class="protected_style" title="protected">protected</span> <span class="static_style" title="static">S</span> </td> 163 <th> 164<a href="../../../../nn/gr/CTR/Texture/MakeDummyCommand_.html"><CODE>MakeDummyCommand_</CODE></a> 165 </th> 166<td>Generates a dummy command for register 0x80.</td> 167 </tr> </table> 168 </div> 169 </a> 170<h2>Revision History</h2> 171 <div class="section"> 172 <dl class="history"> 173 <dt>2010/09/15</dt> 174<dd>Initial version.<br /> 175 </dd> 176 </dl> 177 </div> 178 <hr><p>CONFIDENTIAL</p></body> 179</html> 180