Skip to content

Documentation / device / MiscCaps

Interface: MiscCaps

Defined in: libs/device/src/base_types.ts:2271

Miscellaneous capabilities of the device

Properties

supportOversizedViewport

supportOversizedViewport: boolean

Defined in: libs/device/src/base_types.ts:2273

True if the device supports oversized viewport


supportBlendMinMax

supportBlendMinMax: boolean

Defined in: libs/device/src/base_types.ts:2275

True if the device supports minimum and maximum blending equations


support32BitIndex

support32BitIndex: boolean

Defined in: libs/device/src/base_types.ts:2277

True if the device supports 32-bits index buffer


maxBindGroups

maxBindGroups: number

Defined in: libs/device/src/base_types.ts:2279

The maximum number of BindGroupLayout's in a shader program


maxTexCoordIndex

maxTexCoordIndex: number

Defined in: libs/device/src/base_types.ts:2281

The maximum number of texture coordinate index


supportTimestampQuery

supportTimestampQuery: boolean

Defined in: libs/device/src/base_types.ts:2283

True if the device supports GPU timestamp query scopes


supportClipControl

supportClipControl: boolean

Defined in: libs/device/src/base_types.ts:2285

True if the device can switch the clip-space depth range to [0, 1] (EXT_clip_control on WebGL, always true on WebGPU)


supportDrawIndirect

supportDrawIndirect: boolean

Defined in: libs/device/src/base_types.ts:2287

True if the device supports indirect draw calls (WebGPU only)

Released under the MIT License.