Version
4.0-614
Branch
merge_constants
Date
9 years, 3 months ago
Windows x64 Windows x86 Mac OS X Android
Commit
c6624eb2e2c1a45b8b3f95c1f9ff774785d9c424
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.