Use slice length for spline and image kernel functions

This commit is contained in:
Not-Nik 2024-07-28 00:11:56 +02:00
parent 155a95feeb
commit a7f25c615b
Failed to generate hash of commit
3 changed files with 65 additions and 31 deletions

View file

@ -347,7 +347,13 @@ def parse_header(header_name: str, output_file: str, ext_file: str, prefix: str,
"GuiTabBar",
"GuiListViewEx",
"GuiPanel",
"GuiScrollPanel"
"GuiScrollPanel",
"DrawSplineLinear",
"DrawSplineBasis",
"DrawSplineCatmullRom",
"DrawSplineBezierQuadratic",
"DrawSplineBezierCubic",
"ImageKernelConvolution"
]
if func_name in manual or "FromMemory" in func_name: