generation

This commit is contained in:
Victor Bombi
2020-09-09 17:59:31 +02:00
parent 7bbb7c79b7
commit 6fbdf5ce62
3 changed files with 224 additions and 222 deletions

View File

@@ -10583,7 +10583,7 @@
"location": "imgui",
"ov_cimguiname": "ImVector_swap",
"ret": "void",
"signature": "(ImVector)",
"signature": "(ImVector*)",
"stname": "ImVector",
"templated": true
}
@@ -12377,7 +12377,7 @@
"namespace": "ImGui",
"ov_cimguiname": "igColorConvertHSVtoRGB",
"ret": "void",
"signature": "(float,float,float,float,float,float)",
"signature": "(float,float,float,float*,float*,float*)",
"stname": ""
}
],
@@ -12422,7 +12422,7 @@
"namespace": "ImGui",
"ov_cimguiname": "igColorConvertRGBtoHSV",
"ret": "void",
"signature": "(float,float,float,float,float,float)",
"signature": "(float,float,float,float*,float*,float*)",
"stname": ""
}
],
@@ -19502,7 +19502,7 @@
"location": "internal",
"ov_cimguiname": "igImTriangleBarycentricCoords",
"ret": "void",
"signature": "(const ImVec2,const ImVec2,const ImVec2,const ImVec2,float,float,float)",
"signature": "(const ImVec2,const ImVec2,const ImVec2,const ImVec2,float*,float*,float*)",
"stname": ""
}
],
@@ -23815,7 +23815,8 @@
"call_args": "(draw_list,p_min,p_max,fill_col,grid_step,grid_off,rounding,rounding_corners_flags)",
"cimguiname": "igRenderColorRectWithAlphaCheckerboard",
"defaults": {
"rounding": "0.0f"
"rounding": "0.0f",
"rounding_corners_flags": "~0"
},
"funcname": "RenderColorRectWithAlphaCheckerboard",
"location": "internal",