source: GTP/branches/IllumWPdeliver2008dec/IlluminationWP/demos/Standalone/EnvMap [DirectX]/doxygen/struct_convolution_v_s__output.html @ 3255

Revision 3255, 3.4 KB checked in by szirmay, 15 years ago (diff)
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
3<title>Indirect Environment Mapping: ConvolutionVS_output Struct Reference</title>
4<link href="doxygen.css" rel="stylesheet" type="text/css">
5</head><body>
6<!-- Generated by Doxygen 1.4.2 -->
7<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a></div>
8<h1>ConvolutionVS_output Struct Reference</h1>Output of vertex shader <a class="el" href="_env_map_8fx.html#a34">ConvolutionVS()</a>.<p>
9Input for pixel shader <a class="el" href="_env_map_8fx.html#a35">_ConvolutionPS</a>. 
10<a href="#_details">More...</a>
11<p>
12<a href="struct_convolution_v_s__output-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
13<tr><td></td></tr>
14<tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr>
15<tr><td class="memItemLeft" nowrap align="right" valign="top">float4&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_convolution_v_s__output.html#o0">hPosition</a>: POSITION</td></tr>
16
17<tr><td class="memItemLeft" nowrap align="right" valign="top">float3&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_convolution_v_s__output.html#o1">Position</a>: TEXCOORD0</td></tr>
18
19</table>
20<hr><a name="_details"></a><h2>Detailed Description</h2>
21Output of vertex shader <a class="el" href="_env_map_8fx.html#a34">ConvolutionVS()</a>.<p>
22Input for pixel shader <a class="el" href="_env_map_8fx.html#a35">_ConvolutionPS</a>.
23<p>
24<hr><h2>Member Data Documentation</h2>
25<a class="anchor" name="o0" doxytag="ConvolutionVS_output::hPosition"></a><p>
26<table class="mdTable" cellpadding="2" cellspacing="0">
27  <tr>
28    <td class="mdRow">
29      <table cellpadding="0" cellspacing="0" border="0">
30        <tr>
31          <td class="md" nowrap valign="top">float4 <a class="el" href="struct_convolution_v_s__output.html#o0">ConvolutionVS_output::hPosition</a>          </td>
32        </tr>
33      </table>
34    </td>
35  </tr>
36</table>
37<table cellspacing="5" cellpadding="0" border="0">
38  <tr>
39    <td>
40      &nbsp;
41    </td>
42    <td>
43
44<p>
45    </td>
46  </tr>
47</table>
48<a class="anchor" name="o1" doxytag="ConvolutionVS_output::Position"></a><p>
49<table class="mdTable" cellpadding="2" cellspacing="0">
50  <tr>
51    <td class="mdRow">
52      <table cellpadding="0" cellspacing="0" border="0">
53        <tr>
54          <td class="md" nowrap valign="top">float3 <a class="el" href="struct_convolution_v_s__output.html#o1">ConvolutionVS_output::Position</a>          </td>
55        </tr>
56      </table>
57    </td>
58  </tr>
59</table>
60<table cellspacing="5" cellpadding="0" border="0">
61  <tr>
62    <td>
63      &nbsp;
64    </td>
65    <td>
66
67<p>
68    </td>
69  </tr>
70</table>
71<hr>The documentation for this struct was generated from the following file:<ul>
72<li><a class="el" href="_env_map_8fx.html">EnvMap.fx</a></ul>
73<hr size="1"><address style="align: right;"><small>Generated on Tue Aug 22 23:32:42 2006 for Indirect Environment Mapping by&nbsp;
74<a href="http://www.doxygen.org/index.html">
75<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.2 </small></address>
76</body>
77</html>
Note: See TracBrowser for help on using the repository browser.