Pokechu22 ee80298ca4 VideoCommon: Implement diagonal LOD
Note that both GLSL and HLSL provide a fwidth (fragment width) function defined as `fwidth(p) = abs(dFdx(p)) + abs(dFdy(p))`.  However, it's easy enough to implement this ourselves (and it makes the code a bit more obvious).
2021-11-17 20:04:34 -08:00
..
2021-11-17 20:04:34 -08:00
2021-08-03 23:37:50 -04:00
2021-10-26 15:07:57 -07:00
2021-10-12 15:51:24 +13:00
2021-10-12 15:51:24 +13:00
2021-11-17 20:04:34 -08:00
2021-10-12 15:51:24 +13:00