forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
WGSL.json
65 lines (65 loc) · 2.19 KB
/
WGSL.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"spec": {
"title": "WebGPU Shading Language",
"url": "https://www.w3.org/TR/WGSL/"
},
"links": {
"https://www.w3.org/TR/": [],
"https://github.com/gpuweb/gpuweb/issues": [],
"https://lists.w3.org/Archives/Public/public-gpu/": [],
"https://www.w3.org/2020/gpu/": [],
"https://www.w3.org/Consortium/Patent-Policy/": [
"def-essential",
"sec-Disclosure"
],
"https://www.w3.org/groups/wg/gpu/ipr": [],
"https://www.w3.org/2020/Process-20200915/": [],
"https://gpuweb.github.io/gpuweb/": [
"gpu-command",
"dom-gpudevice-createshadermodule",
"dom-gpudevice-createcomputepipeline",
"dom-gpudevice-createrenderpipeline",
"buffers",
"gputexture",
"enumdef-gputextureformat",
"plain-color-formats",
"dom-gputextureusage-storage",
"pipeline-layout",
"binding-resource-type",
"binding-type",
"dictdef-gpubufferbinding",
"dom-gpubufferbindingtype-uniform",
"dom-gpubufferbindingtype-storage",
"dom-gpubufferbindingtype-read-only-storage",
"gpusampler",
"dom-gpusamplerbindingtype-filtering",
"dom-gpusamplerbindingtype-non-filtering",
"dom-gpusamplerbindingtype-comparison",
"gputextureview",
"dom-gputexturesampletype-float",
"dom-gputexturesampletype-unfilterable-float",
"dom-gputexturesampletype-sint",
"dom-gputexturesampletype-uint",
"dom-gputexturesampletype-depth",
"dom-gpustoragetextureaccess-write-only",
"buffer-interface",
"coordinate-systems",
"front-facing",
"dom-gpucomputepassencoder-dispatch",
"dom-gpurenderpipelinedescriptor-samplecount",
"render-pipeline",
"sample-masking",
"shader-output-mask",
"texture-format-caps"
],
"https://www.khronos.org/registry/spir-v/specs/unified1/SPIRV.html": [
"_a_id_image_format_a_image_format"
],
"https://github.com/gpuweb/gpuweb/issues/1045": [],
"https://ieeexplore.ieee.org/servlet/opac?punumber=4610933": [],
"https://datatracker.ietf.org/doc/html/rfc2119": [],
"https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html": [
"memory-model"
]
}
}