mirror of
https://github.com/charles-lunarg/vk-bootstrap.git
synced 2024-11-22 07:24:34 +00:00
a1e58b4227
The autogen accidentally took a reference instead of a copy, so all the aliases were using the same data as the base type, leading to incorrect macro guards. In addition, any aliased function would use the base funciton's types, leading to incompatibilities when compiling with older headers. The chosen solution is to always use the alias type if it exists. Lastly, NVX was added to a blacklist, no functions from NVX extensions will be generated, since they are experimental in nature. |
||
---|---|---|
.. | ||
generate_dispatch.py |