HansKristian-Work / vkd3d-proton

Fork of VKD3D. Development branches for Proton's Direct3D 12 implementation.
GNU Lesser General Public License v2.1
1.8k stars 185 forks source link

vkd3d-shader: Fix maximum ICB size. #1852

Closed doitsujin closed 6 months ago

doitsujin commented 6 months ago

The limit is 4096 four-component vectors, but the size is given in dwords. Rename the constant to make this more clear.