mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-11 04:18:29 +01:00
generation with new recursive parser
This commit is contained in:
@@ -362,16 +362,12 @@
|
||||
],
|
||||
"ImColor_HSV": [
|
||||
{
|
||||
"args": "(ImColor *pOut,ImColor* self,float h,float s,float v,float a)",
|
||||
"args": "(ImColor *pOut,float h,float s,float v,float a)",
|
||||
"argsT": [
|
||||
{
|
||||
"name": "pOut",
|
||||
"type": "ImColor*"
|
||||
},
|
||||
{
|
||||
"name": "self",
|
||||
"type": "ImColor*"
|
||||
},
|
||||
{
|
||||
"name": "h",
|
||||
"type": "float"
|
||||
@@ -396,6 +392,7 @@
|
||||
"a": "1.0f"
|
||||
},
|
||||
"funcname": "HSV",
|
||||
"is_static_function": true,
|
||||
"location": "imgui",
|
||||
"nonUDT": 1,
|
||||
"ov_cimguiname": "ImColor_HSV",
|
||||
|
Reference in New Issue
Block a user