Add MSFT vendor tag for enum variants (#762)

Otherwise enums with the MSFT suffix fail to parse.
This commit is contained in:
Jesse Natalie 2023-06-21 16:08:33 -07:00 committed by GitHub
parent 75089f487f
commit a0f8b9cf3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1463,6 +1463,7 @@ pub fn variant_ident(enum_name: &str, variant_name: &str) -> Ident {
"_KHX",
"_LUNARG",
"_MESA",
"_MSFT",
"_MVK",
"_NN",
"_NV",