NvEncSharp
NvEncSharp copied to clipboard
Curiosity for updating cuda to 12.8
Hi, I have a simple question, if possible. I am trying to update the nvidia code to 12.8, but I saw that files are generated from different generators. What are you using to create the NvEncSharp lib?
Best regards
It has been a while since I've used them, but from what I recall, the generation is partially manual/partially automated.
There's several test methods such as GenerateStructs (I think you want to look for uses of WriteNvencHeaderOutput)
- They're very scrappy
- They're not real parsers. They were designed as automated regex processors who's scope kept ticking up.
- YMMV
If you do get a nice clean change on these, please feel free to open a PR :)