Modules generation tool (#81)

* Modules generation tool

* apply clang format to generator

* @whereismyfoodat suggestions

* added reuse headers

* reuse part2

* reuse part3

* reuse part3

* replace with hex_id the unknown functions to avoid compile errors with unknown characters from encode_id

* fixes in generation

* some sample module code from autogen tool

* clang format fix
This commit is contained in:
georgemoralis 2024-02-24 22:39:29 +02:00 committed by GitHub
parent d89653551e
commit 08aba86ca1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 46845 additions and 2 deletions

4
.gitmodules vendored
View file

@ -40,6 +40,10 @@
path = third-party/xxHash
url = https://github.com/Cyan4973/xxHash.git
branch = dev
[submodule "externals/ps4libdoc"]
path = externals/ps4libdoc
url = https://github.com/idc/ps4libdoc.git
branch = 9.00
[submodule "third-party/vulkan"]
path = third-party/vulkan
url = https://github.com/GPUCode/vulkan