mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-11 04:18:29 +01:00
generation
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user