Added missing variadic arguments to traceLog() (#186)

* Added missing variadic arguments to `traceLog()`

* Made changes resillient to `generate_function.py`
This commit is contained in:
raugl 2025-01-06 18:26:37 +02:00 committed by GitHub
parent 57041e707c
commit 4e05ee5a3f
Failed to generate hash of commit
3 changed files with 37 additions and 5 deletions

View file

@ -331,6 +331,7 @@ def parse_header(header_name: str, output_file: str, ext_file: str, prefix: str,
manual = [
"TextFormat",
"TraceLog",
"LoadShader",
"ExportDataAsCode",
"LoadFileData",