Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix syntax
Browse files Browse the repository at this point in the history
kainino0x committed Nov 25, 2021
1 parent 3da61af commit 763a1c2
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions index.src.html
Original file line number Diff line number Diff line change
@@ -101,6 +101,14 @@

spec: visibility-state; urlPrefix: https://www.w3.org/TR/page-visibility/#
type: enum-value; text: hidden; url: dom-visibilitystate-hidden

spec: webgpu; urlPrefix: https://www.w3.org/TR/webgpu/#
type: interface; text: GPUExternalTexture; url: gpuexternaltexture
type: dictionary; text: GPUExternalTextureDescriptor; url: dictdef-gpuexternaltexturedescriptor
for: GPUExternalTextureDescriptor;
type: dict-member; text: source; url: dom-gpuexternaltexturedescriptor-source
for: GPUDevice;
type: method; text: importExternalTexture(); url: dom-gpudevice-importexternaltexture
</pre>

<pre class='biblio'>
@@ -3774,8 +3782,8 @@

### WebGPU ### {#videoframe-webgpu}

[[WebGPU]] is extended to allow importing {{VideoFrame}} objects via
{{GPUDevice/importExternalTexture())}, producing opaque {{GPUExternalTexture}}
WebCodecs extends [WebGPU] to allow importing {{VideoFrame}} objects via
{{GPUDevice/importExternalTexture()}}, producing opaque {{GPUExternalTexture}}
objects, which can be read from WebGPU shaders.
The definition of the {{GPUExternalTextureDescriptor/source}} member of
{{GPUExternalTextureDescriptor}} is modified to allow {{VideoFrame}}:

0 comments on commit 763a1c2

Please sign in to comment.