Changeset 3351
- Timestamp:
- 04/14/09 09:15:09 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaders/deferred.cg
r3350 r3351 343 343 const float3 normal = normalize(tex2Dlod(normalsTex, float4(IN.texCoord, 0, 0)).xyz); 344 344 345 //#ifdef PERFORMANCE_TEST 346 #if 1 345 #ifdef PERFORMANCE_TEST 347 346 // do reprojection and filter out the pixels that are not save 348 347 const float2 pValid = PixelValid(oldTex,
Note: See TracChangeset
for help on using the changeset viewer.