mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Add the reserved types in metal_types to metal keywords (#705)
This commit is contained in:
@@ -99,4 +99,10 @@ pub const RESERVED: &[&str] = &[
|
||||
"read_only",
|
||||
"write_only",
|
||||
"read_write",
|
||||
// Metal reserved types
|
||||
"llong",
|
||||
"ullong",
|
||||
"quad",
|
||||
"complex",
|
||||
"imaginary",
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user