MCPcopy Create free account
hub / github.com/getsentry/sentry-javascript / GPUTextureView

Class GPUTextureView

packages/deno/lib.deno.d.ts:10355–10357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10353
10354/** @category GPU */
10355declare class GPUTextureView implements GPUObjectBase {
10356 label: string;
10357}
10358
10359/** @category GPU */
10360interface GPUTextureViewDescriptor extends GPUObjectDescriptorBase {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected