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

Function write_temp

components/filesystem/src/legacy.cpp:130–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130void write_temp(const std::vector<uint8_t> &data, const std::string &filename)
131{
132 vkb::filesystem::get()->write_file(path::get(path::Type::Temp) + filename, data);
133}
134
135void write_image(const uint8_t *data, const std::string &filename, const uint32_t width, const uint32_t height, const uint32_t components, const uint32_t row_stride)
136{

Callers 2

~PipelineCacheMethod · 0.85
~HPPPipelineCacheMethod · 0.85

Calls 2

getFunction · 0.70
write_fileMethod · 0.45

Tested by

no test coverage detected