| 110 | } |
| 111 | |
| 112 | std::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 | |
| 117 | std::vector<uint32_t> read_shader_binary_u32(const std::string &filename) |
| 118 | { |
no test coverage detected