Version
4.0-689
Branch
merge_constants
Date
9 years, 2 months ago
Windows x64 Windows x86 Mac OS X Android
Commit
343145b8953580790478c46d53541d2850c2683d
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.