Ignore:
Timestamp:
08/20/08 09:03:55 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaders/deferred.cg

    r2853 r2854  
    111111 
    112112 
     113/** Computes ambient occlusion + diffuse reflections 
     114*/ 
    113115float4 globIllum(fragment IN, 
    114116                                 uniform sampler2D colors, 
     
    202204 
    203205 
     206/** The mrt shader for screen space ambient occlusion 
     207*/ 
    204208pixel main_ssao(fragment IN,  
    205209                                uniform sampler2D colors, 
     
    268272 
    269273 
     274/** The mrt shader for standard rendering 
     275*/ 
    270276pixel main(fragment IN,  
    271277                   uniform sampler2D colors, 
Note: See TracChangeset for help on using the changeset viewer.