Ignore:
Timestamp:
04/12/09 23:24:55 (15 years ago)
Author:
mattausch
Message:

nix geht

File:
1 edited

Legend:

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

    r3340 r3341  
    331331 
    332332        float4 color = tex2Dlod(colorsTex, float4(IN.texCoord, .0f, .0f)); 
    333         // store scaled view vector so wie don't have to normalize for e.g., ssao 
     333        // store scaled view vector so wie don't have to normalize for e.g., SSAO 
    334334        color.w /= length(IN.view); 
    335335 
     
    353353                                                                         ); 
    354354#else 
    355  
    356355        const float2 pValid = float2(0,0); 
    357  
    358356#endif 
    359357 
Note: See TracChangeset for help on using the changeset viewer.