Go to the source code of this file.
Namespaces | |
| impeller | |
| impeller::compiler | |
Functions | |
| std::string | impeller::compiler::Utf8FromPath (const std::filesystem::path &path) |
| Converts a native format path to a utf8 string. More... | |
| std::string | impeller::compiler::InferShaderNameFromPath (std::string_view path) |
| std::string | impeller::compiler::ConvertToCamelCase (std::string_view string) |
| std::string | impeller::compiler::ConvertToEntrypointName (std::string_view string) |
| Ensure that the entrypoint name is a valid identifier in the target language. More... | |
| bool | impeller::compiler::StringStartsWith (const std::string &target, const std::string &prefix) |