Version
4.0-705
Branch
merge_constants
Date
9 years, 2 months ago
Windows x64 Windows x86 Mac OS X Android
Commit
8d5af5e5cf5f1272cd7f9c63db2e35ddf5d117f3
Change author
degasus
Change description
VideoCommon: drop depthparam as zbias[1] is the same

depthparam was only accessable in vertex shader, zbias only in pixel, so
we're used to upload it twice. As both shader now access the same content,
we don't need to upload it twice any more.