Skip to content

Commit

Permalink
kram - add quatf and update comment in lldb formatter simdk.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alecazam committed Oct 22, 2024
1 parent 1a577d2 commit 10736d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/simdk.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# add this to your ~/.lldbinit with
# command script import ~/yourpath/kram/scripts/vectormath_lldbinit.py
# command script import ~/yourpath/kram/scripts/simdk.py

import lldb

Expand Down Expand Up @@ -159,6 +159,8 @@ def __lldb_init_module(debugger, internal_dict):
debugger.HandleCommand("type summary add -F simdk.float3x3_summary simdk::float3x3")
debugger.HandleCommand("type summary add -F simdk.float2x2_summary simdk::float2x2")

debugger.HandleCommand("type summary add -F simdk.float4_summary simdk::quatf")

# double234
debugger.HandleCommand("type summary add -F simdk.float2_summary double2a")
debugger.HandleCommand("type summary add -F simdk.float3_summary double3a")
Expand Down

0 comments on commit 10736d6

Please sign in to comment.