Add MSFT vendor tag for enum variants (#762)
Otherwise enums with the MSFT suffix fail to parse.
This commit is contained in:
parent
75089f487f
commit
a0f8b9cf3e
1 changed files with 1 additions and 0 deletions
|
@ -1463,6 +1463,7 @@ pub fn variant_ident(enum_name: &str, variant_name: &str) -> Ident {
|
|||
"_KHX",
|
||||
"_LUNARG",
|
||||
"_MESA",
|
||||
"_MSFT",
|
||||
"_MVK",
|
||||
"_NN",
|
||||
"_NV",
|
||||
|
|
Loading…
Add table
Reference in a new issue