Skip to content

Documentation / scene / isGPUClothSupported

Function: isGPUClothSupported()

isGPUClothSupported(device?): boolean

Defined in: libs/scene/src/animation/cloth/gpu_cloth_system.ts:146

Returns whether GPU cloth is supported on the given device.

GPU cloth in this engine is WebGPU-only. WebGL backends are explicitly unsupported.

Parameters

device?

AbstractDevice

Returns

boolean

Released under the MIT License.