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>Preprocessor Pseudo-Instructions</title> 8 </head> 9 <body> 10 <h1>Preprocessor Pseudo-Instructions</h1> 11 <h2>Description</h2> 12 <div class="section"> 13 <p></p> 14 </div> 15 16 <a name="function" id="function"> 17 <h2>List of Instructions</h2> 18 <div class="section"> 19 <table class="members"> 20 <tr> 21 <th> 22 <a href="include.html">#include</a> 23 </th> 24 <td>Inserts a different file.</td> 25 </tr> 26 <tr> 27 <th> 28 <a href="define.html">#define</a> 29 </th> 30 <td>Defines the given macro.</td> 31 </tr> 32 <tr> 33 <th> 34 <a href="undef.html">#undef</a> 35 </th> 36 <td>Deletes the macro defined by <CODE>#define</CODE>.</td> 37 </tr> 38 <tr> 39 <th> 40 <a href="ifdef.html">#ifdef, #ifndef, #if, #else, #elif, #endif</a> 41 </th> 42 <td>Used for conditional compiling using macros.</td> 43 </tr> 44 <tr> 45 <th> 46 <a href="error.html">#error</a> 47 </th> 48 <td>Outputs errors.</td> 49 </tr> 50 <tr> 51 <th> 52 <a href="bind_symbol.html">#pragma bind_symbol ( symbol_name , start_index [, end_index] )</a> 53 </th> 54 <td>Binds symbol names to registers.</td> 55 </tr> 56 <tr> 57 <th> 58 <a href="output_map.html">#pragma output_map ( data_name , mapped_register )</a> 59 </th> 60 <td>Sets the attributes for the data output by the vertex shader.</td> 61 </tr> 62 <tr> 63 <th> 64 <a href="line.html">#line</a> 65 </th> 66 <td>Changes the line number and the file name.</td> 67 </tr> 68 69 </table> 70 </div> 71 </a> 72 73 74 <h2>Revision History</h2> 75 <div class="section"> 76 <dl class="history"> 77 <dt>2011/12/20</dt> 78 <dd>Initial version.<br /> 79 </dd> 80 </dl> 81 </div> 82 83 <hr><p>CONFIDENTIAL</p></body> 84</html> 85