Skip to content

vkd3d-shader: Store vsir write masks as uint32_t's.

Henri Verbeet requested to merge hverbeet/vkd3d:for_upstream_0 into master

The main idea here is to avoid DWORD and similar types in vkd3d-shader, and ultimately the -Wformat issues that come along with it.

Merge request reports

Loading