Version
4.0-374
Branch
merge_constants
Date
9 years, 5 months ago
Windows x64 Windows x86 Android
Commit
f2fe5aaba6d316a267a1256c01874b1f46329798
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.