mirror of
https://github.com/servo/servo.git
synced 2025-08-01 19:50:30 +01:00
use FLoat32Array in XRRigidTransform (#31076)
Signed-off-by: Bentaimia Haddadi <haddadi.taym@gmail.com>
This commit is contained in:
parent
55bf020d89
commit
6a7b450478
2 changed files with 14 additions and 15 deletions
|
@ -1461,7 +1461,7 @@ def getConversionConfigForType(type, isEnforceRange, isClamp, treatNullAs):
|
|||
|
||||
|
||||
def todo_switch_float_32(des):
|
||||
return des.interface.identifier.name in ['XRRigidTransform', 'XRRay', 'GamepadPose']
|
||||
return des.interface.identifier.name in ['XRRay', 'GamepadPose']
|
||||
|
||||
|
||||
def builtin_return_type(returnType):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue