Table of Contents

Class GPUTextureView

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The GPUTextureView interface of the {{domxref("WebGPU API", "WebGPU API", "", "nocode")}} represents a view into a subset of the texture resources defined by a particular GPUTexture.

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

Remarks

A GPUTextureView object instance is created using the CreateView(GPUTextureViewDescriptor) method.

-The WebGPU API

See also on MDN

Constructors

GPUTextureView()

public GPUTextureView()