mirror of
https://github.com/servo/servo
synced 2026-04-30 11:27:28 +02:00
script: Use FLoat32Array in XRRay (#31087)
* use FLoat32Array in XRRay Signed-off-by: Bentaimia Haddadi <haddadi.taym@gmail.com> * Apply suggestions from code review --------- Signed-off-by: Bentaimia Haddadi <haddadi.taym@gmail.com> Co-authored-by: Martin Robinson <mrobinson@igalia.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 ['XRRay', 'GamepadPose']
|
||||
return des.interface.identifier.name in ['GamepadPose']
|
||||
|
||||
|
||||
def builtin_return_type(returnType):
|
||||
|
||||
Reference in New Issue
Block a user