Skip to content

ZenFG TypeScript API / webgpu / root / ImportSwapchainTextureOptions

Type Alias: ImportSwapchainTextureOptions

ImportSwapchainTextureOptions = Omit<ImportTextureOptions, "initialContents"> & object

Defined in: packages/webgpu/src/types.ts:368

Configures how a caller-owned swapchain texture is exposed to FrameGraph.

Type Declaration

initialContents?

readonly optional initialContents?: never

Open source / MIT licensed