Table of Contents

Class GPUExternalTexture

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The GPUExternalTexture interface of the {{domxref("WebGPU API", "WebGPU API", "", "nocode")}} represents a wrapper object containing an HTMLVideoElement snapshot that can be used as a texture in GPU rendering operations.

[Value("GPUExternalTexture")]
public class GPUExternalTexture
Inheritance
GPUExternalTexture
Inherited Members

Remarks

A GPUExternalTexture object instance is created using ImportExternalTexture(GPUExternalTextureDescriptor).

-The WebGPU API

See also on MDN

Constructors

GPUExternalTexture()

public GPUExternalTexture()