Changeset 3351 for GTP


Ignore:
Timestamp:
04/14/09 09:15:09 (15 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r3350 r3351  
    343343        const float3 normal = normalize(tex2Dlod(normalsTex, float4(IN.texCoord, 0, 0)).xyz); 
    344344 
    345 //#ifdef PERFORMANCE_TEST 
    346 #if 1 
     345#ifdef PERFORMANCE_TEST 
    347346        // do reprojection and filter out the pixels that are not save 
    348347        const float2 pValid = PixelValid(oldTex, 
Note: See TracChangeset for help on using the changeset viewer.