Optimize SpiriV output
This commit is contained in:
parent
bd2f935c4d
commit
38737f26e5
13 changed files with 62 additions and 1 deletions
|
@ -155,6 +155,8 @@ ENUM(ConsoleMode, Handheld, Docked);
|
|||
|
||||
ENUM(AppletMode, HLE, LLE);
|
||||
|
||||
ENUM(SpirvOptimizeMode, Never, OnLoad, Always);
|
||||
|
||||
template <typename Type>
|
||||
inline std::string CanonicalizeEnum(Type id) {
|
||||
const auto group = EnumMetadata<Type>::Canonicalizations();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue