mirror of
https://github.com/servo/servo
synced 2026-04-30 03:17:15 +02: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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user