-
Notifications
You must be signed in to change notification settings - Fork 2
/
web-index.html
14 lines (14 loc) · 930 Bytes
/
web-index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<head>
<title>Reconstructed WebGPU debates</title>
</head>
<body>
<p>Not choosing SPIR-V for the shading language: <a href="SPIR-V.html">Plain</a> | <a href="SPIR-V.component.html">Graph</a></p>
<p>Relying on Robust Buffer Access in Vulkan: <a href="RBA.html">Plain</a> | <a href="RBA.component.html">Graph</a></p>
<p>Exposing subgroup operations: <a href="SubgroupOps.html">Plain</a> | <a href="SubgroupOps.component.html">Graph</a></p>
<p>Exposing multiple queues: <a href="MultiQueue.html">Plain</a> | <a href="MultiQueue.component.html">Graph</a></p>
<p>Compiling shader modules: <a href="ShaderCompile.html">Plain</a> | <a href="ShaderCompile.component.html">Graph</a></p>
<p>Strucutre layouts: <a href="Layout.html">Plain</a> | <a href="Layout.component.html">Graph</a></p>
<p>Dead code analysis: <a href="DeadCode.html">Plain</a> | <a href="DeadCode.component.html">Graph</a></p>
</body>
</html>