crosire / d3d8to9

A D3D8 pseudo-driver which converts API calls and bytecode shaders to equivalent D3D9 ones.
BSD 2-Clause "Simplified" License
927 stars 83 forks source link

Revert part of the ZBIAS value fix #156

Closed elishacloud closed 1 year ago

elishacloud commented 1 year ago

It seems like ZBIAS does not work as expected by the documentation. Reverting part of the change until I have time to do more testing and come up with a better fix.

See comments here.

elishacloud commented 1 year ago

It seems like the ZBIAS is not well supported. See Depth Bias not supported? and Why ZBIAS is not a good thing.