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

Function read_text_file

components/filesystem/src/legacy.cpp:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112std::string read_text_file(const std::string &filename)
113{
114 return vkb::filesystem::get()->read_file_string(path::get(path::Type::Shaders) + filename);
115}
116
117std::vector<uint32_t> read_shader_binary_u32(const std::string &filename)
118{

Callers 4

ShaderSourceMethod · 0.85
create_shadersMethod · 0.85

Calls 2

read_file_stringMethod · 0.80
getFunction · 0.70

Tested by

no test coverage detected