13 lines
425 B
HTML
13 lines
425 B
HTML
<!doctype html>
|
|
<html>
|
|
<base ref="/gen/third_party/dawn/webgpu-cts/src/webgpu" />
|
|
<head>
|
|
<title>WebGPU exposed items (HTTPS)</title>
|
|
<meta charset=utf-8>
|
|
<meta name=assert content="All specified WebGPU items/interfaces should be exposed, on a [SecureContext]">
|
|
<link rel=help href='https://gpuweb.github.io/gpuweb/'>
|
|
<script type=module src=exposed.html.js></script>
|
|
</head>
|
|
<body></body>
|
|
</html>
|