Skip to content

zink: clamped maxPerStageDescriptorUniformBuffers limits to INT_MAX when stored as uint32_t.

Duncan Hopkins requested to merge duncan.hopkins/mesa:zink-fix-max-limit into master

This stops issues if a driver returns a value that is greater than a signed int. Also make it match many of the other limit versions conversions.

Merge request reports