Type Alias: IWSDKDepthSensingFlagLike
type IWSDKDepthSensingFlagLike =
| boolean
| {
format?: "luminance-alpha" | "float32";
required?: boolean;
usage?: "cpu-optimized" | "gpu-optimized";
};
Defined in: service-framework-iwsdk/src/iwsdk-host.ts:71
IWSDK's DepthSensingFlag - a IWSDKFeatureFlagLike that can also
carry the depth usage and format preferences.