Functionsยง
- debug_
flags ๐ - read_
into_ ๐ โdefaulted_ vector Repeatedly callsf
until it does not returnvk::Result::INCOMPLETE
anymore, ensuring all available data has been read into the vector. - read_
into_ ๐ โuninitialized_ vector Repeatedly callsf
until it does not returnvk::Result::INCOMPLETE
anymore, ensuring all available data has been read into the vector.