Compression/Encoding functions now with proper slices + correct casting for lens
This commit is contained in:
parent
f50189fdd0
commit
e13c5bf521
3 changed files with 102 additions and 38 deletions
|
|
@ -248,7 +248,13 @@ def parse_header(header_name: str, output_file: str, ext_file: str, prefix: str,
|
|||
"LoadFileData",
|
||||
"SaveFileData",
|
||||
"ExportDataAsCode",
|
||||
"LoadImageFromMemory"
|
||||
"LoadImageFromMemory",
|
||||
"DrawMeshInstanced",
|
||||
"UnloadModelAnimations",
|
||||
"CompressData",
|
||||
"DecompressData",
|
||||
"EncodeDataBase64",
|
||||
"DecodeDataBase64"
|
||||
]
|
||||
|
||||
if func_name in manual or "FromMemory" in func_name:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue