mirror of
https://github.com/servo/servo.git
synced 2025-07-25 08:10:21 +01: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:
parent
d43adb1a92
commit
f76982e2e7
2 changed files with 20 additions and 19 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue