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" | ||||
79 | "storage_buffer" | ||||
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" | ||||
88 | "texture_multisampled_2d" | ||||
89 | "texture_storage_ro_1d" | ||||
90 | "texture_storage_ro_2d_array" | ||||
91 | "texture_storage_ro_2d" | ||||
92 | "texture_storage_ro_2d_array" | ||||
93 | "texture_storage_ro_3d" | ||||
94 | "texture_1d" | ||||
95 | "texture_1d_array" | ||||
96 | "texture_2d" | ||||
97 | "texture_2d_array" | ||||
98 | "texture_3d" | ||||
99 | "texture_cube" | ||||
100 | "texture_cube_array" | ||||
101 | "texture_wo_1d" | ||||
102 | "texture_wo_2d_array" | ||||
103 | "texture_wo_2d" | ||||
104 | "texture_wo_2d_array" | ||||
105 | "texture_wo_3d" | ||||
106 | "true" | ||||
107 | "type" | ||||
108 | "u32" | ||||
109 | "uniform" | ||||
110 | "uniform_constant" | ||||
111 | "var" | ||||
112 | "vec2" | ||||
113 | "vec3" | ||||
114 | "vec4" | ||||
115 | "vertex" | ||||
116 | "void" | ||||
117 | "workgroup" | ||||
118 | "workgroup_size" |