Ben Clayton | 1ed92b2 | 2020-11-23 21:12:45 +0000 | [diff] [blame] | 1 | "&" |
| 2 | "&&" |
| 3 | "->" |
| 4 | "[[" |
| 5 | "]]" |
| 6 | "/" |
| 7 | "!" |
| 8 | "[" |
| 9 | "]" |
| 10 | "{" |
| 11 | "}" |
| 12 | ":" |
| 13 | "," |
| 14 | "=" |
| 15 | "==" |
| 16 | ">" |
| 17 | ">=" |
| 18 | "<" |
| 19 | "<=" |
| 20 | "%" |
| 21 | "-" |
| 22 | "::" |
| 23 | "!=" |
| 24 | "." |
| 25 | "+" |
| 26 | "|" |
| 27 | "||" |
| 28 | "(" |
| 29 | ")" |
| 30 | ";" |
| 31 | "*" |
| 32 | "^" |
| 33 | "array" |
| 34 | "binding" |
| 35 | "bitcast" |
| 36 | "bool" |
| 37 | "block" |
| 38 | "break" |
| 39 | "builtin" |
| 40 | "case" |
| 41 | "compute" |
| 42 | "const" |
| 43 | "continue" |
| 44 | "continuing" |
| 45 | "discard" |
| 46 | "default" |
| 47 | "else" |
| 48 | "elseif" |
| 49 | "f32" |
| 50 | "fallthrough" |
| 51 | "false" |
| 52 | "fn" |
| 53 | "fragment" |
| 54 | "function" |
| 55 | "i32" |
| 56 | "if" |
| 57 | "image" |
| 58 | "import" |
| 59 | "in" |
| 60 | "location" |
| 61 | "loop" |
| 62 | "mat2x2" |
| 63 | "mat2x3" |
| 64 | "mat2x4" |
| 65 | "mat3x2" |
| 66 | "mat3x3" |
| 67 | "mat3x4" |
| 68 | "mat4x2" |
| 69 | "mat4x3" |
| 70 | "mat4x4" |
| 71 | "offset" |
| 72 | "out" |
| 73 | "private" |
| 74 | "ptr" |
| 75 | "return" |
| 76 | "sampler" |
| 77 | "sampler_comparison" |
| 78 | "set" |
dan sinclair | 336bb0b | 2021-01-18 21:06:34 +0000 | [diff] [blame] | 79 | "storage" |
Ben Clayton | 1ed92b2 | 2020-11-23 21:12:45 +0000 | [diff] [blame] | 80 | "stage" |
| 81 | "stride" |
| 82 | "struct" |
| 83 | "switch" |
| 84 | "texture_depth_2d" |
| 85 | "texture_depth_2d_array" |
| 86 | "texture_depth_cube" |
| 87 | "texture_depth_cube_array" |
Ben Clayton | fd35aa8 | 2021-07-26 22:19:48 +0000 | [diff] [blame] | 88 | "texture_depth_multisampled_2d" |
Ben Clayton | 1ed92b2 | 2020-11-23 21:12:45 +0000 | [diff] [blame] | 89 | "texture_multisampled_2d" |
dan sinclair | 904c5b9 | 2021-01-14 08:34:46 +0000 | [diff] [blame] | 90 | "texture_storage_1d" |
| 91 | "texture_storage_2d_array" |
| 92 | "texture_storage_2d" |
| 93 | "texture_storage_2d_array" |
| 94 | "texture_storage_3d" |
Ben Clayton | 1ed92b2 | 2020-11-23 21:12:45 +0000 | [diff] [blame] | 95 | "texture_1d" |
Ben Clayton | 1ed92b2 | 2020-11-23 21:12:45 +0000 | [diff] [blame] | 96 | "texture_2d" |
| 97 | "texture_2d_array" |
| 98 | "texture_3d" |
| 99 | "texture_cube" |
| 100 | "texture_cube_array" |
Ben Clayton | 1ed92b2 | 2020-11-23 21:12:45 +0000 | [diff] [blame] | 101 | "true" |
| 102 | "type" |
| 103 | "u32" |
| 104 | "uniform" |
Ben Clayton | 1ed92b2 | 2020-11-23 21:12:45 +0000 | [diff] [blame] | 105 | "var" |
| 106 | "vec2" |
| 107 | "vec3" |
| 108 | "vec4" |
| 109 | "vertex" |
| 110 | "void" |
| 111 | "workgroup" |
| 112 | "workgroup_size" |