MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / read_file_binary

Method read_file_binary

components/filesystem/src/filesystem.cpp:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60std::vector<uint8_t> FileSystem::read_file_binary(const Path &path)
61{
62 auto stat = stat_file(path);
63 return read_chunk(path, 0, stat.size);
64}
65
66} // namespace filesystem
67} // namespace vkb

Callers 4

read_assetFunction · 0.80
read_shader_binary_u32Function · 0.80
read_tempFunction · 0.80
load_vgfMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected