Skip to content

Commit ab6a0b2

Browse files
committed
test
1 parent b60aa92 commit ab6a0b2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • bin/resources/shaders/dx11

bin/resources/shaders/dx11/tfx.fx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,9 @@ float4 sample_c_af(float2 uv, float uv_w)
373373
float length_x = length(dX);
374374
float length_y = length(dY);
375375

376-
[branch]
377-
if (max(length_x, length_y) < 0.75f)
376+
//[branch]
377+
//if (max(length_x, length_y) < 0.75f)
378+
if (false)
378379
{
379380
#if PS_AUTOMATIC_LOD == 1
380381
return Texture.Sample(TextureSampler, uv);

0 commit comments

Comments
 (0)