Skip to content

vulkan: Add missing `array length` and `(out)` annotation to parameters

Add array length annotation for layouts such that n_layouts is properly marked as its length, and add (out) where a function returns in that parameter.


Note that these changes are not exhaustive, this is just what I ran into thus far.

CC @ystreet

Edited by Marijn Suijten

Merge request reports