mirror of
https://github.com/servo/servo.git
synced 2025-07-25 08:10:21 +01:00
use FLoat32Array in XRView (#31077)
* use FLoat32Array in XRView * handle error when calling set_data Yes, we should handle this. Co-authored-by: Taym Haddadi <haddadi.taym@gmail.com> * fix: error handling * chore: error message --------- Co-authored-by: Taym Haddadi <haddadi.taym@gmail.com>
This commit is contained in:
parent
9654363c18
commit
8c53a8c745
2 changed files with 13 additions and 11 deletions
|
@ -1461,7 +1461,7 @@ def getConversionConfigForType(type, isEnforceRange, isClamp, treatNullAs):
|
|||
|
||||
|
||||
def todo_switch_float_32(des):
|
||||
return des.interface.identifier.name in ['XRView', 'XRRigidTransform', 'XRRay', 'GamepadPose']
|
||||
return des.interface.identifier.name in ['XRRigidTransform', 'XRRay', 'GamepadPose']
|
||||
|
||||
|
||||
def builtin_return_type(returnType):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue