Compression/Encoding functions now with proper slices + correct casting for lens

This commit is contained in:
Not-Nik 2023-07-20 16:33:37 +02:00
parent f50189fdd0
commit e13c5bf521
Failed to generate hash of commit
3 changed files with 102 additions and 38 deletions

View file

@ -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: