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>nw::dev</title> 49 </head> 50 <body> 51 <h1><CODE><a href="../../nw/Overview.html">nw</a>::dev</CODE> Namespace</h1> 52 <h2>Description</h2> 53 <div class="section"> 54 <p>Namespace for the development library.</p><p>This library is for development purposes, so define it as <CODE>NW_DEV_DISABLED</CODE> so it is not included in the retail product.</p></div> 55 <a name="class" id="class"> 56 <h2>Classes</h2> 57 <div class="section"> 58 <table class="members"> 59 <tr> 60 <th> 61 <a href="../../nw/dev/CallbackChain/Overview.html">nw::dev::CallbackChain</a> 62 </th> 63 <td>GPU command callback chain.</td> 64 </tr> 65 <tr> 66 <th> 67 <a href="../../nw/dev/DirectPrint/Overview.html">nw::dev::DirectPrint</a> 68 </th> 69 <td>Class for direct rendering to framebuffer.</td> 70 </tr> 71 <tr> 72 <th> 73 <a href="../../nw/dev/ParticleProfileCenter/Overview.html">nw::dev::ParticleProfileCenter</a> 74 </th> 75 <td>Enables the profile macro if both NW_DEV_ENABLED and NW_PARTICLE_PROFILE_ENABLED are defined.</td> 76 </tr> 77 <tr> 78 <th> 79 <a href="../../nw/dev/ProfileManager/Overview.html">nw::dev::ProfileManager</a> 80 </th> 81 <td>Class for saving profile results.</td> 82 </tr> 83 <tr> 84 <th> 85 <a href="../../nw/dev/AutoProfile/Overview.html">nw::dev::AutoProfile</a> 86 </th> 87 <td>Class for destructor automatically creating profile results.</td> 88 </tr> 89 <tr> 90 <th> 91 <a href="../../nw/dev/ProfileCenter/Overview.html">nw::dev::ProfileCenter</a> 92 </th> 93 <td>Class for managing <a href="../../nw/dev/ProfileManager/Overview.html">ProfileManager</a>. Please remake <a href="../../nw/dev/ProfileCenter/Overview.html">ProfileCenter</a> as needed.</td> 94 </tr> 95 <tr> 96 <th> 97 <a href="../../nw/dev/Screenshot/Overview.html">nw::dev::Screenshot</a> 98 </th> 99 <td>Class that represents screenshots.</td> 100 </tr> 101 <tr> 102 <th> 103 <a href="../../nw/dev/ScreenshotManager/Overview.html">nw::dev::ScreenshotManager</a> 104 </th> 105 <td>Provides functionality to create screenshots for test purposes.</td> 106 </tr> </table> 107 </div> 108 </a> <a name="struct" id="struct"> 109 <h2>Structures</h2> 110 <div class="section"> 111 <table class="members"> 112 <tr> 113 <th> 114 <a href="../../nw/dev/DisplayDescription/Overview.html">nw::dev::DisplayDescription</a> 115 </th> 116 <td>Structure representing a description of the display buffer.</td> 117 </tr> </table> 118 </div> 119 </a> <a name="function" id="function"> 120 <h2>Functions</h2> 121 <div class="section"> 122 <table class="members"> 123 <tr> 124 <td width="100"> </td> 125 <th> 126 <a href="../../nw/dev/CalcMemorySize.html">CalcMemorySize</a> 127 </th> 128 <td>Calculates the required memory size based on specified color format and size.</td> 129 </tr> 130 <tr> 131 <td width="100"> </td> 132 <th> 133 <a href="../../nw/dev/FormatToByte.html">FormatToByte</a> 134 </th> 135 <td>Calculates the number of bytes from the color format.</td> 136 </tr> </table> 137 </div> 138 </a> 139 <hr><p>CONFIDENTIAL</p></body> 140</html> 141