blob: 8f15ff6f58fb6e6c80015ae1b3c20eb228330dbe [file] [log] [blame]
Ben Clayton1ed92b22020-11-23 21:12:45 +00001"&"
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 sinclair336bb0b2021-01-18 21:06:34 +000079"storage"
Ben Clayton1ed92b22020-11-23 21:12:45 +000080"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 Claytonfd35aa82021-07-26 22:19:48 +000088"texture_depth_multisampled_2d"
Ben Clayton1ed92b22020-11-23 21:12:45 +000089"texture_multisampled_2d"
dan sinclair904c5b92021-01-14 08:34:46 +000090"texture_storage_1d"
91"texture_storage_2d_array"
92"texture_storage_2d"
93"texture_storage_2d_array"
94"texture_storage_3d"
Ben Clayton1ed92b22020-11-23 21:12:45 +000095"texture_1d"
Ben Clayton1ed92b22020-11-23 21:12:45 +000096"texture_2d"
97"texture_2d_array"
98"texture_3d"
99"texture_cube"
100"texture_cube_array"
Ben Clayton1ed92b22020-11-23 21:12:45 +0000101"true"
102"type"
103"u32"
104"uniform"
Ben Clayton1ed92b22020-11-23 21:12:45 +0000105"var"
106"vec2"
107"vec3"
108"vec4"
109"vertex"
110"void"
111"workgroup"
112"workgroup_size"