Changeset 2957 for GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaders
- Timestamp:
- 09/19/08 11:41:18 (16 years ago)
- Location:
- GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaders
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaders/mrt.cg
r2952 r2957 52 52 vtxout OUT; 53 53 54 // transform the vertex position into eye space55 54 OUT.color = IN.color; 56 57 55 OUT.texCoord = IN.texCoord; 58 56
Note: See TracChangeset
for help on using the changeset viewer.