Changeset 2861 for GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaders
- Timestamp:
- 08/22/08 13:20:06 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaders/deferred.cg
r2854 r2861 289 289 290 290 float4 col = shade(IN, colors, positions, normal.xyz, amb); 291 291 292 OUT.color = col; 292 293
Note: See TracChangeset
for help on using the changeset viewer.