Skip to content

Documentation / device / MiscCaps

Interface: MiscCaps

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

Miscellaneous capabilities of the device

Properties

supportOversizedViewport

supportOversizedViewport: boolean

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

True if the device supports oversized viewport


supportBlendMinMax

supportBlendMinMax: boolean

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

True if the device supports minimum and maximum blending equations


support32BitIndex

support32BitIndex: boolean

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

True if the device supports 32-bits index buffer


maxBindGroups

maxBindGroups: number

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

The maximum number of BindGroupLayout's in a shader program


maxTexCoordIndex

maxTexCoordIndex: number

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

The maximum number of texture coordinate index


supportTimestampQuery

supportTimestampQuery: boolean

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

True if the device supports GPU timestamp query scopes

Released under the MIT License.