Skip to content

Commit

Permalink
Reduce loading time of terrain shaders (FAForever#5345)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackYps authored Aug 30, 2023
1 parent f227071 commit 36827ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion effects/terrain.fx
Original file line number Diff line number Diff line change
Expand Up @@ -2013,7 +2013,7 @@ technique TerrainPBRNormals
DepthState( Depth_Enable )

VertexShader = compile vs_1_1 TerrainVS(false);
PixelShader = compile ps_3_0 TerrainPBRNormalsPS();
PixelShader = compile ps_2_a TerrainPBRNormalsPS();
}
}

Expand Down

0 comments on commit 36827ba

Please sign in to comment.