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

Function read_temp

components/filesystem/src/legacy.cpp:125–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125std::vector<uint8_t> read_temp(const std::string &filename)
126{
127 return vkb::filesystem::get()->read_file_binary(path::get(path::Type::Temp) + filename);
128}
129
130void write_temp(const std::vector<uint8_t> &data, const std::string &filename)
131{

Callers 2

prepareMethod · 0.85
prepareMethod · 0.85

Calls 2

read_file_binaryMethod · 0.80
getFunction · 0.70

Tested by

no test coverage detected