#include <optional>#include "impeller/compiler/compiler_backend.h"#include "spirv_msl.hpp"#include "spirv_parser.hpp"Go to the source code of this file.
Namespaces | |
| impeller | |
Functions | |
| std::vector< spirv_cross::ID > | impeller::SortUniforms (const spirv_cross::ParsedIR *ir, const spirv_cross::Compiler *compiler, std::optional< spirv_cross::SPIRType::BaseType > type_filter=std::nullopt, bool include=true) |
| Sorts uniform declarations in an IR according to decoration order. More... | |