Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Properties

deviceID: number
vendorID: number
adapterType: wgpu.WGPUAdapterType
textureCompressionBC: boolean
textureCompressionETC2: boolean
textureCompressionASTC: boolean
shaderFloat16: boolean
pipelineStatisticsQuery: boolean
timestampQuery: boolean
multiPlanarFormats: boolean
depthClamping: boolean
depth24UnormStencil8: boolean
depth32FloatStencil8: boolean
invalidFeature: boolean
dawnInternalUsages: boolean
dawnNative: boolean
limits: wgpu.WGPUSupportedLimits