Functionsยง
- debug_flags ๐
- read_into_defaulted_vector ๐ โRepeatedly calls
f
until it does not returnvk::Result::INCOMPLETE
anymore, ensuring all available data has been read into the vector. - read_into_uninitialized_vector ๐ โRepeatedly calls
f
until it does not returnvk::Result::INCOMPLETE
anymore, ensuring all available data has been read into the vector.