Skip to content

Commit

Permalink
chore(api): Fix imnodes getNode___Pos & generate latest bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
serivesmejia committed Sep 30, 2024
1 parent 61eee35 commit 9d1f823
Show file tree
Hide file tree
Showing 12 changed files with 942 additions and 1,935 deletions.
1,298 changes: 359 additions & 939 deletions buildSrc/src/main/resources/generator/api/ast/ast-ImGuiFileDialog.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"name" : "drawlist",
"qualType" : "int *",
"desugaredQualType" : "int *",
"defaultValue" : "="
"defaultValue" : "nullptr"
}, {
"@type" : "AstFullComment",
"decls" : [ {
Expand Down Expand Up @@ -471,12 +471,12 @@
}, {
"@type" : "AstParmVarDecl",
"name" : "operation",
"qualType" : "OPERATION",
"qualType" : "ImGuizmo::OPERATION",
"desugaredQualType" : "ImGuizmo::OPERATION"
}, {
"@type" : "AstParmVarDecl",
"name" : "mode",
"qualType" : "MODE",
"qualType" : "ImGuizmo::MODE",
"desugaredQualType" : "ImGuizmo::MODE"
}, {
"@type" : "AstParmVarDecl",
Expand Down Expand Up @@ -570,7 +570,7 @@
"decls" : [ {
"@type" : "AstParmVarDecl",
"name" : "op",
"qualType" : "OPERATION",
"qualType" : "ImGuizmo::OPERATION",
"desugaredQualType" : "ImGuizmo::OPERATION"
}, {
"@type" : "AstFullComment",
Expand Down
Loading

0 comments on commit 9d1f823

Please sign in to comment.