Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/daybreak/src/wgpu/mod.ts>WGPUCopyTextureForBrowserOptions

[WIP] WebGPU API implementation for Deno, built using Dawn with FFI.
Go to Latest
interface WGPUCopyTextureForBrowserOptions
import { type WGPUCopyTextureForBrowserOptions } from "https://deno.land/x/daybreak@v0.0.6/src/wgpu/mod.ts";

Properties

flipY: boolean
needsColorSpaceConversion: boolean
srcAlphaMode: wgpu.WGPUAlphaMode
optional
srcTransferFunctionParameters: Float32Array
optional
conversionMatrix: Float32Array
optional
dstTransferFunctionParameters: Float32Array
dstAlphaMode: wgpu.WGPUAlphaMode
nextInChain: wgpu.WGPUChainedStruct
sType: wgpu.WGPUSType