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>Bit64RenderKeyFormat</title> 8 </head> 9 <body> 10 <h1><CODE>nw::gfx::BasicRenderElement::Bit64RenderKeyFormat</CODE> Enumerated Type</h1> 11 <h2>Syntax</h2> 12 <div class="section"> 13 <pre class="definition"> 14enum Bit64RenderKeyFormat; 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>BIT64_LAYER_SHIFT</th> 28 <td> 29 </td> 30 </tr> 31 <tr> 32 <th>BIT64_LAYER_BIT_SIZE</th> 33 <td> 34 </td> 35 </tr> 36 <tr> 37 <th>BIT64_LAYER_MASK</th> 38 <td> 39 </td> 40 </tr> 41 <tr> 42 <th><CODE>BIT64_TRANSLUCENCY_KIND_SHIFT</CODE></th> 43 <td> 44 </td> 45 </tr> 46 <tr> 47 <th><CODE>BIT64_TRANSLUCENCY_KIND_BIT_SIZE</CODE></th> 48 <td> 49 </td> 50 </tr> 51 <tr> 52 <th><CODE>BIT64_TRANSLUCENCY_KIND_MASK</CODE></th> 53 <td> 54 </td> 55 </tr> 56 <tr> 57 <th><CODE>BIT64_COMMAND_FLAG_SHIFT</CODE></th> 58 <td> 59 </td> 60 </tr> 61 <tr> 62 <th><CODE>BIT64_COMMAND_FLAG_MASK</CODE></th> 63 <td> 64 </td> 65 </tr> 66 <tr> 67 <th><CODE>BIT64_COMMAND_BIT_SIZE</CODE></th> 68 <td> 69 </td> 70 </tr> 71 <tr> 72 <th><CODE>BIT64_COMMAND_MASK</CODE></th> 73 <td> 74 </td> 75 </tr> 76 <tr> 77 <th><CODE>BIT64_DEPTH_BIT_SIZE</CODE></th> 78 <td> 79 </td> 80 </tr> 81 <tr> 82 <th><CODE>BIT64_DEPTH_MASK</CODE></th> 83 <td> 84 </td> 85 </tr> 86 <tr> 87 <th><CODE>BIT64_DEPTH_MAX_VALUE</CODE></th> 88 <td> 89 </td> 90 </tr> 91 <tr> 92 <th><CODE>BIT64_MATERIAL_ID_BIT_SIZE</CODE></th> 93 <td> 94 </td> 95 </tr> 96 <tr> 97 <th><CODE>BIT64_MATERIAL_ID_MASK</CODE></th> 98 <td> 99 </td> 100 </tr> 101 <tr> 102 <th><CODE>BIT64_MATERIAL_RESOURCE_ID_BIT_SIZE</CODE></th> 103 <td> 104 </td> 105 </tr> 106 <tr> 107 <th><CODE>BIT64_MATERIAL_RESOURCE_ID_MASK</CODE></th> 108 <td> 109 </td> 110 </tr> 111 <tr> 112 <th><CODE>BIT64_MATERIAL_INSTANCE_ID_BIT_SIZE</CODE></th> 113 <td> 114 </td> 115 </tr> 116 <tr> 117 <th><CODE>BIT64_MATERIAL_INSTANCE_ID_MASK</CODE></th> 118 <td> 119 </td> 120 </tr> 121 <tr> 122 <th><CODE>BIT64_MATERIAL_PRIORITY_BIT_SIZE</CODE></th> 123 <td> 124 </td> 125 </tr> 126 <tr> 127 <th><CODE>BIT64_MATERIAL_PRIORITY_MASK</CODE></th> 128 <td> 129 </td> 130 </tr> 131 <tr> 132 <th><CODE>BIT64_SIMPLE_MATERIAL_ID_BIT_SIZE</CODE></th> 133 <td> 134 </td> 135 </tr> 136 <tr> 137 <th><CODE>BIT64_SIMPLE_MATERIAL_ID_MASK</CODE></th> 138 <td> 139 </td> 140 </tr> 141 <tr> 142 <th>BIT64_SIMPLE_MATERIAL_PRIORITY_BIT_SIZE</th> 143 <td> 144 </td> 145 </tr> 146 <tr> 147 <th>BIT64_SIMPLE_MATERIAL_PRIORITY_MASK</th> 148 <td> 149 </td> 150 </tr> 151 </table> </div> 152 <h2>Description</h2> 153 <div class="section"> 154 <p>Definition of the bit arrangement for 64-bit render keys.</p> 155 </div> 156 <hr><p>CONFIDENTIAL</p></body> 157</html>