Definition
WebXR/WebGPU Binding Module - Level 1 defines XRGPUCylinderLayerInit
dictionary XRGPUCylinderLayerInit : XRGPULayerInit {
XRRigidTransform? transform;
float radius = 2.0;
float centralAngle = 0.78539;
float aspectRatio = 2.0;
};