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
|
@ -1463,6 +1463,7 @@ pub fn variant_ident(enum_name: &str, variant_name: &str) -> Ident {
|
|||
"_KHX",
|
||||
"_LUNARG",
|
||||
"_MESA",
|
||||
"_MSFT",
|
||||
"_MVK",
|
||||
"_NN",
|
||||
"_NV",
|
||||
|
|
Loading…
Reference in a new issue