Changeset 2854 for GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaders
- Timestamp:
- 08/20/08 09:03:55 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaders/deferred.cg
r2853 r2854 111 111 112 112 113 /** Computes ambient occlusion + diffuse reflections 114 */ 113 115 float4 globIllum(fragment IN, 114 116 uniform sampler2D colors, … … 202 204 203 205 206 /** The mrt shader for screen space ambient occlusion 207 */ 204 208 pixel main_ssao(fragment IN, 205 209 uniform sampler2D colors, … … 268 272 269 273 274 /** The mrt shader for standard rendering 275 */ 270 276 pixel main(fragment IN, 271 277 uniform sampler2D colors,
Note: See TracChangeset
for help on using the changeset viewer.