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