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 <title>LutTarget</title> 8 </head> 9 <body> 10 <h1>nw::gfx::GraphicsDevice::LutTarget Enumerated Type</h1> 11 <h2>Syntax</h2> 12 <div class="section"> 13 <pre class="definition"> 14enum LutTarget; 15</pre> 16 </div> 17 <h2>Value</h2> 18 <div class="section"> 19 <table class="arguments"> 20 <thead> 21 <tr> 22 <th>Value</th> 23 <td>Description</td> 24 </tr> 25 </thead> 26 <tr> 27 <th>LUT_TARGET_D0</th> 28 <td>Displays the D0 lookup table.</td> 29 </tr> 30 <tr> 31 <th>LUT_TARGET_D1</th> 32 <td>Displays the D1 lookup table.</td> 33 </tr> 34 <tr> 35 <th>LUT_TARGET_SP</th> 36 <td>Displays the SP lookup table.</td> 37 </tr> 38 <tr> 39 <th>LUT_TARGET_FR</th> 40 <td>Displays the FR lookup table.</td> 41 </tr> 42 <tr> 43 <th>LUT_TARGET_RB</th> 44 <td>Displays the RB lookup table.</td> 45 </tr> 46 <tr> 47 <th>LUT_TARGET_RG</th> 48 <td>Displays the RG lookup table.</td> 49 </tr> 50 <tr> 51 <th>LUT_TARGET_RR</th> 52 <td>Displays the RR lookup table.</td> 53 </tr> 54 <tr> 55 <th>LUT_TARGET_SP0</th> 56 <td>Displays the 0th angular attenuation table.</td> 57 </tr> 58 <tr> 59 <th>LUT_TARGET_SP1</th> 60 <td>Displays the 1st angular attenuation table.</td> 61 </tr> 62 <tr> 63 <th>LUT_TARGET_SP2</th> 64 <td>Displays the 2nd angular attenuation table.</td> 65 </tr> 66 <tr> 67 <th>LUT_TARGET_SP3</th> 68 <td>Displays the 3rd angular attenuation table.</td> 69 </tr> 70 <tr> 71 <th>LUT_TARGET_SP4</th> 72 <td>Displays the 4th angular attenuation table.</td> 73 </tr> 74 <tr> 75 <th>LUT_TARGET_SP5</th> 76 <td>Displays the 5th angular attenuation table.</td> 77 </tr> 78 <tr> 79 <th>LUT_TARGET_SP6</th> 80 <td>Displays the 6th angular attenuation table.</td> 81 </tr> 82 <tr> 83 <th>LUT_TARGET_SP7</th> 84 <td>Displays the 7th angular attenuation table.</td> 85 </tr> 86 <tr> 87 <th>LUT_TARGET_DA0</th> 88 <td>Displays the 0th distance attenuation table.</td> 89 </tr> 90 <tr> 91 <th>LUT_TARGET_DA1</th> 92 <td>Displays the 1st distance attenuation table.</td> 93 </tr> 94 <tr> 95 <th>LUT_TARGET_DA2</th> 96 <td>Displays the 2nd distance attenuation table.</td> 97 </tr> 98 <tr> 99 <th>LUT_TARGET_DA3</th> 100 <td>Displays the 3rd distance attenuation table.</td> 101 </tr> 102 <tr> 103 <th>LUT_TARGET_DA4</th> 104 <td>Displays the 4th distance attenuation table.</td> 105 </tr> 106 <tr> 107 <th>LUT_TARGET_DA5</th> 108 <td>Displays the 5th distance attenuation table.</td> 109 </tr> 110 <tr> 111 <th>LUT_TARGET_DA6</th> 112 <td>Displays the 6th distance attenuation table.</td> 113 </tr> 114 <tr> 115 <th>LUT_TARGET_DA7</th> 116 <td>Displays the 7th distance attenuation table.</td> 117 </tr> 118 <tr> 119 <th>LUT_TARGET_FOG</th> 120 <td>Displays the Fog lookup table.</td> 121 </tr> 122 <tr> 123 <th>LUT_TARGET_COUNT</th> 124 <td>Displays the number of definitions.</td> 125 </tr> 126 </table> </div> 127 <h2>Description</h2> 128 <div class="section"> 129 <p>These are the definitions for targets set for <CODE>LookupTable</CODE>.</p> 130 </div> 131 <hr><p>CONFIDENTIAL</p></body> 132</html>