- Preparing search index...
- The search index is not available
webgpu-utils
Type alias CreateTextureOptions
CreateTextureOptions: CopyTextureOptions & { format?: GPUTextureFormat; mipLevelCount?: number; mips?: boolean; usage?: GPUTextureUsageFlags; }
Type declaration
-
Optional
format?: GPUTextureFormat
-
Optional
mipLevelCount?: number
-
Optional
mips?: boolean
-
Optional
usage?: GPUTextureUsageFlags